Public Member Functions | |
| __construct () | |
Public Attributes | |
| $type = SMW_SQL2_TABLE | |
| $jointable = '' | |
| $joinfield = '' | |
| $from = '' | |
| $where = '' | |
| $components = array() | |
| $alias | |
| $sortfields = array() | |
Static Public Attributes | |
| static | $qnum = 0 |
Simple data container.
Definition at line 27 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::__construct | ( | ) |
Definition at line 49 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$type = SMW_SQL2_TABLE |
Definition at line 28 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$jointable = '' |
Definition at line 29 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$joinfield = '' |
Definition at line 30 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$from = '' |
Definition at line 31 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$where = '' |
Definition at line 32 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$components = array() |
Definition at line 33 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$alias |
Definition at line 39 of file SMW_SQLStore2_Queries.php.
| SMWSQLStore2Query::$sortfields = array() |
Definition at line 45 of file SMW_SQLStore2_Queries.php.
SMWSQLStore2Query::$qnum = 0 [static] |
Definition at line 47 of file SMW_SQLStore2_Queries.php.
Referenced by SMWSQLStore2QueryEngine::compilePropertyCondition(), SMWSQLStore2QueryEngine::compileQueries(), SMWSQLStore2QueryEngine::getQueryResult(), and SMWSQLStore2QueryEngine::refreshConceptCache().
1.5.6