Public Member Functions | |
| virtual System::Collections::Generic::IEnumerator < IGFSerializable^ >^ | GetEnumerator () |
| size_t | GetFieldIndex (String^ fieldName) |
| String^ | GetFieldName (size_t index) |
| virtual SelectResultsIterator^ | GetIterator () |
Properties | |
| virtual bool | IsModifiable [get] |
| virtual IGFSerializable^ | Item [get] |
| virtual size_t | Size [get] |
| virtual System::Collections::Generic::IEnumerator<IGFSerializable^> ^ GemStone::GemFire::Cache::StructSet::GetEnumerator | ( | ) | [virtual] |
| size_t GemStone::GemFire::Cache::StructSet::GetFieldIndex | ( | String^ | fieldName | ) |
Get the index number of the specified field name in the StructSet.
| fieldName | the field name for which the index is required. |
| IllegalArgumentException | if the field name is not found. |
| String ^ GemStone::GemFire::Cache::StructSet::GetFieldName | ( | size_t | index | ) |
Get the field name of the StructSet from the specified index number.
| index | the index number of the field name to get. |
| virtual SelectResultsIterator ^ GemStone::GemFire::Cache::StructSet::GetIterator | ( | ) | [virtual] |
Get a SelectResultsIterator with which to iterate over the items in the StructSet.
SelectResultsIterator with which to iterate. Implements GemStone::GemFire::Cache::ISelectResults.
virtual bool GemStone::GemFire::Cache::StructSet::IsModifiable [get] |
True if this StructSet is modifiable.
Implements GemStone::GemFire::Cache::ISelectResults.
virtual IGFSerializable^ GemStone::GemFire::Cache::StructSet::Item [get] |
Index operator to directly access an item in the StructSet.
| IllegalArgumentException | if the index is out of bounds. |
Implements GemStone::GemFire::Cache::ISelectResults.
virtual size_t GemStone::GemFire::Cache::StructSet::Size [get] |
The size of the StructSet.
StructSet. Implements GemStone::GemFire::Cache::ISelectResults.