ado.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 ado.h
22 
23  \brief This file contains include headers for the TerraLib ADO driver.
24  */
25 
26 #ifndef __TERRALIB_INTERNAL_ADO_H
27 #define __TERRALIB_INTERNAL_ADO_H
28 
29 // TerraLib
30 #include "ado/Config.h"
31 #include "ado/DataSet.h"
32 #include "ado/DataSetPersistence.h"
33 #include "ado/DataSetTypePersistence.h"
34 #include "ado/DataSource.h"
35 #include "ado/DataSourceCatalogLoader.h"
36 #include "ado/DataSourceFactory.h"
37 #include "ado/DataSourceTransactor.h"
38 #include "ado/Exception.h"
39 #include "ado/Globals.h"
40 #include "ado/Module.h"
41 #include "ado/SQLVisitor.h"
42 #include "ado/Utils.h"
43 
44 namespace te
45 {
46  /*! \brief Namespace for the TerraLib ADO driver implementation. */
47  namespace ado
48  {
49  } // end namespace ado
50 } // end namespace te
51 
52 #endif // __TERRALIB_INTERNAL_ADO_H
53 
DataSet class implementation for Microsoft Access driver.
A visitor for building an SQL statement using ADO dialect.
An exception class for ADO.
A utility class to initialize and terminate TerraLib ADO driver support.
This is the factory for ADO data sources.
URI C++ Library.
Implementation of the data source class for the ADO driver.
An static class with global definitions.
Utility functions for ADO.