IDataStore Methods
The interface for objects that need to interact with a data store.Name | Description |
---|---|
ModifyData(ModificationStatement[]) | Updates data in a data store using the specified modification statements. |
SelectData(SelectStatement[]) | When implemented by a class, fetches data from a data store using the specified query statements. |
UpdateSchema(Boolean, DBTable[]) | When implemented by a class, updates the storage schema according to the specified class descriptions. |
See Also