Holds a query that could be executed by the engine.
More...
Holds a query that could be executed by the engine.
- Warning
- Performance note: this query mechanism should not be used intensively.
- Version
- 2.0.9334
- See Also
- VgEngine::VgIEngine::execute
Enumerator |
---|
eEquals |
Equality operator.
|
VgEngine::VgQuery::VgQuery |
( |
| ) |
|
virtual VgEngine::VgQuery::~VgQuery |
( |
| ) |
|
|
virtual |
VgQuery& VgEngine::VgQuery::reset |
( |
| ) |
|
Resets the VgQuery conditions, useful when reusing VgQuery's.
- Returns
- A reference of itself, allowing calls to be chained.
Adds a condition to the query.
If the pKey has already been used replaces the condition for that key. ie lQuery.where("ID",...,"A").where("ID",...,"B") is equivalent to lQuery.where("ID",...,"B")
- Parameters
-
Example:
...
...
...
VgEngine::VgQuery lQueryAll;
...
- Returns
- A reference of itself, allowing calls to be chained.
- Version
- 2.1.0 Allows for Vg3DModule::VgLine
-
2.1.3 documented all the classes that are accessible.
- See Also
- VgEngine::VgIEngine::execute for more complete example.
friend class VgObjectBridge |
|
friend |
Private* VgEngine::VgQuery::mPrivate |
|
protected |
The documentation for this class was generated from the following file: