Go to the source code of this file.
Classes | |
| class | SMWSQLStore2Query |
| Class for representing a single (sub)query description. More... | |
| class | SMWSQLStore2QueryEngine |
| Class that implements query answering for SMWSQLStore2. More... | |
Enumerations | |
| enum | SMW_SQL2_NOQUERY |
| enum | SMW_SQL2_TABLE |
| enum | SMW_SQL2_VALUE |
| enum | SMW_SQL2_DISJUNCTION |
| enum | SMW_SQL2_CONJUNCTION |
| enum | SMW_SQL2_CLASS_HIERARCHY |
| enum | SMW_SQL2_PROP_HIERARCHY |
Separated from main code for readability and for avoiding twice the amount of code being required on every use of a simple storage function.
Definition in file SMW_SQLStore2_Queries.php.
Definition at line 19 of file SMW_SQLStore2_Queries.php.
| enum SMW_SQL2_CONJUNCTION |
Definition at line 18 of file SMW_SQLStore2_Queries.php.
| enum SMW_SQL2_DISJUNCTION |
Definition at line 17 of file SMW_SQLStore2_Queries.php.
| enum SMW_SQL2_NOQUERY |
Definition at line 14 of file SMW_SQLStore2_Queries.php.
Definition at line 20 of file SMW_SQLStore2_Queries.php.
| enum SMW_SQL2_TABLE |
Definition at line 15 of file SMW_SQLStore2_Queries.php.
| enum SMW_SQL2_VALUE |
Definition at line 16 of file SMW_SQLStore2_Queries.php.
1.5.6