|
| __construct ($alias, $columns, $tables, $conditions, $groups, $orderby, $limit, $join_type=null) |
|
| getAlias () |
|
| isJoinTable () |
|
| toString ($with_values=true) |
|
| isSubquery () |
|
| __construct ($queryID=NULL, $action=NULL, $columns=NULL, $tables=NULL, $conditions=NULL, $groups=NULL, $orderby=NULL, $limit=NULL, $priority=NULL) |
|
| show () |
|
| setQueryId ($queryID) |
|
| setAction ($action) |
|
| setPriority ($priority) |
|
| setColumnList ($columnList) |
|
| setColumns ($columns) |
|
| setTables ($tables) |
|
| setSubquery ($subquery) |
|
| setConditions ($conditions) |
|
| setGroups ($groups) |
|
| setOrder ($order) |
|
| getOrder () |
|
| setLimit ($limit=NULL) |
|
| select ($columns=NULL) |
|
| from ($tables) |
|
| where ($conditions) |
|
| groupBy ($groups) |
|
| orderBy ($order) |
|
| limit ($limit) |
|
| getAction () |
|
| getPriority () |
|
| usesClickCount () |
|
| getClickCountColumns () |
|
| getSelectString ($with_values=TRUE) |
|
| getUpdateString ($with_values=TRUE) |
|
| getInsertString ($with_values=TRUE) |
|
| getTables () |
|
| getFromString ($with_values=TRUE) |
|
| getWhereString ($with_values=TRUE, $with_optimization=TRUE) |
|
| getGroupByString () |
|
| getOrderByString () |
|
| getLimit () |
|
| getLimitString () |
|
| getFirstTableName () |
|
| getArguments () |
|
| __construct ($error=0, $message= 'success') |
|
| setError ($error=0) |
|
| getError () |
|
| setHttpStatusCode ($code= '200') |
|
| getHttpStatusCode () |
|
| setMessage ($message= 'success', $type=NULL) |
|
| getMessage () |
|
| add ($key, $val) |
|
| adds ($object) |
|
| get ($key) |
|
| gets () |
|
| getVariables () |
|
| getObjectVars () |
|
| toBool () |
|
| toBoolean () |
|
Definition at line 9 of file Subquery.class.php.
Subquery::__construct |
( |
|
$alias, |
|
|
|
$columns, |
|
|
|
$tables, |
|
|
|
$conditions, |
|
|
|
$groups, |
|
|
|
$orderby, |
|
|
|
$limit, |
|
|
|
$join_type = null |
|
) |
| |
constructor
- Parameters
-
string | $alias | |
string | array | $columns | |
string | array | $tables | |
string | array | $conditions | |
string | array | $groups | |
string | array | $orderby | |
int | $limit | |
string | $join_type | |
- Returns
- void
Definition at line 36 of file Subquery.class.php.
Subquery::isJoinTable |
( |
| ) |
|
Subquery::toString |
( |
|
$with_values = true | ) |
|
The documentation for this class was generated from the following file: