|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ObjectType | |
|---|---|
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| com.gemstone.gemfire.cache.query.types | |
| Uses of ObjectType in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query with parameters of type ObjectType | |
|---|---|
void |
SelectResults.setElementType(ObjectType elementType)
Specify a new elementType, overriding any existing known elementType. |
| Uses of ObjectType in com.gemstone.gemfire.cache.query.types |
|---|
| Subinterfaces of ObjectType in com.gemstone.gemfire.cache.query.types | |
|---|---|
interface |
CollectionType
Represents the type of a collection, an object that can contain element objects. |
interface |
MapType
Represents the type of a Map, a collection that contains keys as well as values and maintains an association between key-value pairs. |
interface |
StructType
Describes the field names and types for each field in a Struct. |
| Methods in com.gemstone.gemfire.cache.query.types that return ObjectType | |
|---|---|
ObjectType |
CollectionType.getElementType()
Return the type of the elements of this collection type. |
ObjectType[] |
StructType.getFieldTypes()
The the types of the fields for this struct |
ObjectType |
MapType.getKeyType()
Return the type of the keys in this type of map. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||