Files | |
| file | AttributeConverterManager.cpp [code] |
| A singleton to keep all the registered Attribute Converter. | |
| file | AttributeConverterManager.h [code] |
| A singleton to keep all the registered Attribute Converter. | |
| file | AttributeConverters.cpp [code] |
| Definition of attribute converter and a set of them. | |
| file | AttributeConverters.h [code] |
| Definition of attribute converter and a set of them. | |
| file | CheckConstraint.cpp [code] |
| A class that describes a check constraint. | |
| file | CheckConstraint.h [code] |
| A class that describes a check constraint. | |
| file | Constraint.cpp [code] |
| A class that describes a constraint. | |
| file | Constraint.h [code] |
| A class that describes a constraint. | |
| file | DataSet.cpp [code] |
| A dataset is the unit of information manipulated by the data access module of TerraLib. | |
| file | DataSet.h [code] |
| A dataset is the unit of information manipulated by the data access module of TerraLib. | |
| file | DataSetAdapter.cpp [code] |
| An adapter for DataSet. | |
| file | DataSetAdapter.h [code] |
| An adapter for DataSet. | |
| file | DataSetCapabilities.cpp [code] |
| A class that informs what the dataset implementation of a given data source can perform. | |
| file | DataSetCapabilities.h [code] |
| A class that informs what the dataset implementation of a given data source can perform. | |
| file | DataSetType.cpp [code] |
| A class that models the description of a dataset. | |
| file | DataSetType.h [code] |
| A class that models the description of a dataset. | |
| file | DataSetTypeCapabilities.cpp [code] |
| A class that informs what kind of constraint and index is supported by a given data source. | |
| file | DataSetTypeCapabilities.h [code] |
| A class that informs what kind of constraint and index is supported by a given data source. | |
| file | DataSetTypeConverter.cpp [code] |
| An converter for DataSetType. | |
| file | DataSetTypeConverter.h [code] |
| An converter for DataSetType. | |
| file | FilteredDataSet.cpp [code] |
| This class represents a filtered data set. | |
| file | FilteredDataSet.h [code] |
| This class represents a filtered data set. | |
| file | ForeignKey.cpp [code] |
| It models a foreign key constraint for a DataSetType. | |
| file | ForeignKey.h [code] |
| It models a foreign key constraint for a DataSetType. | |
| file | Index.cpp [code] |
| It describes an index associated to a DataSetType. | |
| file | Index.h [code] |
| It describes an index associated to a DataSetType. | |
| file | ObjectId.cpp [code] |
| This class represents an unique id for a data set element. | |
| file | ObjectId.h [code] |
| This class represents an unique id for a data set element. | |
| file | ObjectIdSet.cpp [code] |
| This class represents a set of unique ids created in the same context. i.e. from the same data set. | |
| file | ObjectIdSet.h [code] |
| This class represents a set of unique ids created in the same context. i.e. from the same data set. | |
| file | PrimaryKey.cpp [code] |
| A PrimaryKey describes a primary key (pk) constraint. | |
| file | PrimaryKey.h [code] |
| It describes a primary key (pk) constraint. | |
| file | Sequence.cpp [code] |
| It describes a sequence (a number generator). | |
| file | Sequence.h [code] |
| It describes a sequence (a number generator). | |
| file | UniqueKey.cpp [code] |
| It describes a unique key (uk) constraint. | |
| file | UniqueKey.h [code] |
| It describes a unique key (uk) constraint. | |