Record collections
- Last UpdatedApr 08, 2026
- 1 minute read
The High Performance Database (HPDB) Application Programming Interface (API) has a powerful record collection feature. The following collections are available:
- KeyOrderRecordCollection is accessible through Table.GetKeyOrderRecordCollection().
- ReverseKeyOrderRecordCollection is accessible through Table.GetReverseKeyRecordOrderCollection().
- KeyValueEqualRecordCollection is accessible through Table.GetKeyValueEqualRecordCollection().
- RecordOrderCollection is accessible through Table.GetRecordOrderCollection().
- ReverseRecordOrderCollection is accessible through Table.GetRevereseRecordOrderCollection().