|
| __toString () |
|
| clear ($clause=null) |
|
| castAs (string $type, string $value, ?string $length=null) |
|
| concatenate ($values, $separator=null) |
|
| currentTimestamp () |
|
| forUpdate ($tableName, $glue=',') |
|
| forShare ($tableName, $glue=',') |
|
| groupConcat ($expression, $separator=',') |
|
| year ($date) |
|
| month ($date) |
|
| day ($date) |
|
| hour ($date) |
|
| minute ($date) |
|
| second ($date) |
|
| noWait () |
|
| limit ($limit=0) |
|
| offset ($offset=0) |
|
| returning ($pkCol) |
|
| processLimit ($query, $limit, $offset=0) |
|
| dateAdd ($date, $interval, $datePart) |
|
| regexp ($value) |
|
| rand () |
|
| findInSet ($value, $set) |
|