dataset_h.h
Go to the documentation of this file.
1 /* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of the TerraLib - a Framework for building GIS enabled applications.
4 
5  TerraLib is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraLib is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with TerraLib. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@terralib.org>.
18  */
19 
20 /*!
21  \file terralib/dataaccess/dataset_h.h
22 
23  \brief This file contains include headers for the DataSet module.
24  */
25 
26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_DATASET_H_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_DATASET_H_H
28 
29 // TerraLib
31 #include "dataset/Constraint.h"
32 #include "dataset/DataSet.h"
33 #include "dataset/DataSetAdapter.h"
34 //#include "dataset/DataSetPersistence.h"
35 #include "dataset/DataSetType.h"
37 //#include "dataset/DataSetTypePersistence.h"
38 #include "dataset/ForeignKey.h"
39 #include "dataset/Index.h"
40 #include "dataset/ObjectId.h"
41 #include "dataset/ObjectIdSet.h"
42 #include "dataset/PrimaryKey.h"
43 #include "dataset/Sequence.h"
44 #include "dataset/UniqueKey.h"
45 
46 #endif // __TERRALIB_DATAACCESS_INTERNAL_DATASET_H_H
47 
It describes a sequence (a number generator).
It describes a primary key (pk) constraint.
An converter for DataSetType.
This class represents an unique id for a data set element.
It describes an index associated to a DataSetType.
This class represents a set of unique ids created in the same context. i.e. from the same data set...
An adapter for DataSet.
It describes a unique key (uk) constraint.
A class that describes a constraint.
A class that describes a check constraint.
It models a foreign key constraint for a DataSetType.
A class that models the description of a dataset.
A dataset is the unit of information manipulated by the data access module of TerraLib.