Class to encapsulate a query.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public sealed class Query : SBWrap<gemfire::Query> |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Query _ Inherits SBWrap<gemfire::Query> |
| Visual C++ |
|---|
public ref class Query sealed : public SBWrap<gemfire::Query> |
Remarks
A Query is obtained from a QueryService which in turn is obtained
from the Cache.
This can be executed to return SelectResults which can be either
a ResultSet or a StructSet.
This class is intentionally not thread-safe. So multiple threads
should not operate on the same Query object concurrently
rather should have their own Query objects.
Inheritance Hierarchy
System..::Object
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::Query>
GemStone.GemFire.Cache..::Query
GemStone.GemFire.Cache.Internal..::SBWrap<gemfire::Query>
GemStone.GemFire.Cache..::Query
See Also
Query Members
GemStone.GemFire.Cache Namespace