|
| file | BasicQueries.h [code] |
| |
| file | DataAccess.h [code] |
| | Class used to centralize and control access to data in terralib. It aims to create a high-level interface for simplifying the concepts defined in the terralib DataAccess module.
|
| |
| file | FieldNameValidator.h [code] |
| | This class is responsible for validating field names. It can handle size limits, fix special characters changes the form 'tableName.propertyName' into the form 'tableName_propertyName'.
|
| |
| file | Utils.h [code] |
| | Utility functions for the data access module.
|
| |