|
| __toString () |
|
| castAsChar ($value, $len=null) |
|
| charLength ($field, $operator=null, $condition=null) |
|
| concatenate ($values, $separator=null) |
|
| currentTimestamp () |
|
| length ($value) |
|
| dateAdd ($date, $interval, $datePart) |
|
| processLimit ($query, $limit, $offset=0) |
|
| setLimit ($limit=0, $offset=0) |
|
| Rand () |
|
| __call ($method, $args) |
|
| __construct (JDatabaseDriver $db=null) |
|
| __toString () |
|
| __get ($name) |
|
| call ($columns) |
|
| castAsChar ($value) |
|
| charLength ($field, $operator=null, $condition=null) |
|
| clear ($clause=null) |
|
| columns ($columns) |
|
| concatenate ($values, $separator=null) |
|
| currentTimestamp () |
|
| dateFormat () |
|
| dump () |
|
| delete ($table=null) |
|
| escape ($text, $extra=false) |
|
| exec ($columns) |
|
| from ($tables, $subQueryAlias=null) |
|
| year ($date) |
|
| month ($date) |
|
| day ($date) |
|
| hour ($date) |
|
| minute ($date) |
|
| second ($date) |
|
| group ($columns) |
|
| having ($conditions, $glue='AND') |
|
| innerJoin ($condition) |
|
| insert ($table, $incrementField=false) |
|
| join ($type, $conditions) |
|
| leftJoin ($condition) |
|
| length ($value) |
|
| nullDate ($quoted=true) |
|
| order ($columns) |
|
| outerJoin ($condition) |
|
| quote ($text, $escape=true) |
|
| quoteName ($name, $as=null) |
|
| rightJoin ($condition) |
|
| select ($columns) |
|
| set ($conditions, $glue=',') |
|
| setQuery ($sql) |
|
| update ($table) |
|
| values ($values) |
|
| where ($conditions, $glue='AND') |
|
| extendWhere ($outerGlue, $conditions, $innerGlue='AND') |
|
| orWhere ($conditions, $glue='AND') |
|
| andWhere ($conditions, $glue='OR') |
|
| __clone () |
|
| union ($query, $distinct=false, $glue='') |
|
| unionDistinct ($query, $glue='') |
|
| format ($format) |
|
| dateAdd ($date, $interval, $datePart) |
|
| unionAll ($query, $distinct=false, $glue='') |
|
| selectRowNumber ($orderBy, $orderColumnAlias) |
|
| splitSqlExpression ($string) |
|
| fixSelectAliases () |
|
| fixGroupColumns ($selectColumns) |
|
| validateRowNumber ($orderBy, $orderColumnAlias) |
|