Public Member Functions | |
| void | Compile () |
| ISelectResults^ | Execute (UInt32 timeout) |
| ISelectResults^ | Execute () |
Properties | |
| Boolean | IsCompiled [get] |
| String^ | QueryString [get] |
| void GemStone::GemFire::Cache::Query::Compile | ( | ) |
Compile the given query -- NOT IMPLEMENTED.
| ISelectResults ^ GemStone::GemFire::Cache::Query::Execute | ( | UInt32 | timeout | ) |
Execute the given query with specified timeout.
| ISelectResults ^ GemStone::GemFire::Cache::Query::Execute | ( | ) |
Execute the given query.
Boolean GemStone::GemFire::Cache::Query::IsCompiled [get] |
Check if the query is compiled -- NOT IMPLEMENTED.
String^ GemStone::GemFire::Cache::Query::QueryString [get] |
Get the string for this query.