QueryTResult Class |
Namespace: GemStone.GemFire.Cache.Generic
public sealed class Query<TResult> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Query>]
The QueryTResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsCompiled |
Check if the query is compiled -- NOT IMPLEMENTED.
|
![]() | QueryString |
Get the string for this query.
|
Name | Description | |
---|---|---|
![]() | Compile |
Compile the given query -- NOT IMPLEMENTED.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute |
Executes the OQL Query on the cache server and returns
the results. The default timeout for the query is 15 secs.
|
![]() | Execute(Object) |
Executes the OQL Parameterized Query on the cache server with the specified
paramList and returns the results. The default timeout for the query is 15 secs.
|
![]() | Execute(UInt32) |
Executes the OQL Query on the cache server with the specified
timeout and returns the results.
|
![]() | Execute(Object, UInt32) | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |