|
class | connectivity::file::OOp_DayOfWeek |
| DAYOFWEEK(date) Returns the weekday index for date (1 = Sunday, 2 = Monday, ... 7 = Saturday). More...
|
|
class | connectivity::file::OOp_DayOfMonth |
| DAYOFMONTH(date) Returns the day of the month for date, in the range 1 to 31: More...
|
|
class | connectivity::file::OOp_DayOfYear |
| DAYOFYEAR(date) Returns the day of the year for date, in the range 1 to 366: More...
|
|
class | connectivity::file::OOp_Month |
| MONTH(date) Returns the month for date, in the range 1 to 12: More...
|
|
class | connectivity::file::OOp_DayName |
| DAYNAME(date) Returns the name of the weekday for date: More...
|
|
class | connectivity::file::OOp_MonthName |
| MONTHNAME(date) Returns the name of the month for date: More...
|
|
class | connectivity::file::OOp_Quarter |
| QUARTER(date) Returns the quarter of the year for date, in the range 1 to 4: More...
|
|
class | connectivity::file::OOp_Week |
| WEEK(date) WEEK(date,first) With a single argument, returns the week for date, in the range 0 to 53 (yes, there may be the beginnings of a week 53), for locations where Sunday is the first day of the week. More...
|
|
class | connectivity::file::OOp_Year |
| YEAR(date) Returns the year for date, in the range 1000 to 9999: More...
|
|
class | connectivity::file::OOp_Hour |
| HOUR(time) Returns the hour for time, in the range 0 to 23: More...
|
|
class | connectivity::file::OOp_Minute |
| MINUTE(time) Returns the minute for time, in the range 0 to 59: More...
|
|
class | connectivity::file::OOp_Second |
| SECOND(time) Returns the second for time, in the range 0 to 59: More...
|
|
class | connectivity::file::OOp_CurDate |
| CURDATE() CURRENT_DATE Returns today's date as a value in 'YYYY-MM-DD' or YYYYMMDD format, depending on whether the function is used in a string or numeric context: More...
|
|
class | connectivity::file::OOp_CurTime |
| CURTIME() CURRENT_TIME Returns the current time as a value in 'HH:MM:SS' or HHMMSS format, depending on whether the function is used in a string or numeric context: More...
|
|
class | connectivity::file::OOp_Now |
| NOW() Returns the current date and time as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context: More...
|
|