gda.DataModelHash

Undocumented in source.

Public Imports

gdac.gdatypes
public import gdac.gdatypes;
Undocumented in source.

Members

Classes

DataModelHash
class DataModelHash

Unlike GdaDataModelArray, this data model implementation stores the GdaRow in a hash table. So it only retrieves from the database backend exactly the requested rows (while in GdaDataModelArray you have to retrieve all the rows until the one requested).

Meta