Public Member Functions | |
| __construct ($query, $isSubQuery=FALSE) | |
| show () | |
| getQueryId () | |
| getPriority () | |
| getAction () | |
| setTableColumnTypes ($tables) | |
| getColumns () | |
| getPrebuff () | |
| getBuff () | |
| getTables () | |
| getSubquery () | |
| getConditions () | |
| getGroups () | |
| getNavigation () | |
| toString () | |
| getTableString () | |
| getConditionString () | |
| getExpressionString () | |
| getArguments () | |
Public Attributes | |
| $action | |
| $query_id | |
| $priority | |
| $column_type | |
| $query | |
| $columns | |
| $tables | |
| $subquery | |
| $conditions | |
| $groups | |
| $navigation | |
| $arguments | |
| $preBuff | |
| $buff | |
| $isSubQuery | |
| $join_type | |
| $alias | |
Definition at line 11 of file QueryTag.class.php.
| QueryTag::__construct | ( | $query, | |
$isSubQuery = FALSE |
|||
| ) |
constructor
| object | $query | |
| bool | $isSubQuery |
Definition at line 122 of file QueryTag.class.php.
| QueryTag::getAction | ( | ) |
Definition at line 167 of file QueryTag.class.php.
| QueryTag::getArguments | ( | ) |
Definition at line 376 of file QueryTag.class.php.
| QueryTag::getBuff | ( | ) |
Definition at line 269 of file QueryTag.class.php.
| QueryTag::getColumns | ( | ) |
Definition at line 193 of file QueryTag.class.php.
| QueryTag::getConditions | ( | ) |
Definition at line 334 of file QueryTag.class.php.
| QueryTag::getConditionString | ( | ) |
Definition at line 366 of file QueryTag.class.php.
| QueryTag::getExpressionString | ( | ) |
Definition at line 371 of file QueryTag.class.php.
| QueryTag::getGroups | ( | ) |
Definition at line 339 of file QueryTag.class.php.
| QueryTag::getNavigation | ( | ) |
Definition at line 351 of file QueryTag.class.php.
| QueryTag::getPrebuff | ( | ) |
Definition at line 213 of file QueryTag.class.php.
| QueryTag::getPriority | ( | ) |
Definition at line 162 of file QueryTag.class.php.
| QueryTag::getQueryId | ( | ) |
Definition at line 157 of file QueryTag.class.php.
| QueryTag::getSubquery | ( | ) |
Definition at line 326 of file QueryTag.class.php.
| QueryTag::getTables | ( | ) |
Definition at line 314 of file QueryTag.class.php.
| QueryTag::getTableString | ( | ) |
Definition at line 361 of file QueryTag.class.php.
| QueryTag::setTableColumnTypes | ( | $tables | ) |
Definition at line 172 of file QueryTag.class.php.
| QueryTag::show | ( | ) |
Definition at line 152 of file QueryTag.class.php.
| QueryTag::toString | ( | ) |
Definition at line 356 of file QueryTag.class.php.
| QueryTag::$action |
Definition at line 18 of file QueryTag.class.php.
| QueryTag::$alias |
Definition at line 114 of file QueryTag.class.php.
| QueryTag::$arguments |
Definition at line 84 of file QueryTag.class.php.
| QueryTag::$buff |
Definition at line 96 of file QueryTag.class.php.
| QueryTag::$column_type |
Definition at line 36 of file QueryTag.class.php.
| QueryTag::$columns |
Definition at line 48 of file QueryTag.class.php.
| QueryTag::$conditions |
Definition at line 66 of file QueryTag.class.php.
| QueryTag::$groups |
Definition at line 72 of file QueryTag.class.php.
| QueryTag::$isSubQuery |
Definition at line 102 of file QueryTag.class.php.
| QueryTag::$join_type |
Definition at line 108 of file QueryTag.class.php.
| QueryTag::$navigation |
Definition at line 78 of file QueryTag.class.php.
| QueryTag::$preBuff |
Definition at line 90 of file QueryTag.class.php.
| QueryTag::$priority |
Definition at line 30 of file QueryTag.class.php.
| QueryTag::$query |
Definition at line 42 of file QueryTag.class.php.
| QueryTag::$query_id |
Definition at line 24 of file QueryTag.class.php.
| QueryTag::$subquery |
Definition at line 60 of file QueryTag.class.php.
| QueryTag::$tables |
Definition at line 54 of file QueryTag.class.php.
1.8.5