It represents the system catalog of a DataSource. More...
#include "../Config.h"
#include "../dataset/DataSetType.h"
#include <map>
#include <string>
#include <vector>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/random_access_index.hpp>
#include <boost/noncopyable.hpp>
Go to the source code of this file.
Classes | |
struct | te::da::DataSourceCatalog::dataset_name_cmp |
class | te::da::DataSourceCatalog |
It represents the system catalog of a DataSource. More... | |
struct | te::da::DataSourceCatalog::sequence_name_cmp |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::da |
Namespace for the DataAccess API of TerraLib. | |
namespace | te::dt |
Namespace for the Data Type module of TerraLib. | |
Typedefs | |
typedef boost::shared_ptr< DataSourceCatalog > | te::da::DataSourceCatalogPtr |
It represents the system catalog of a DataSource.
Definition in file DataSourceCatalog.h.