26 #ifndef __TERRALIB_ADO_INTERNAL_CONNECTION_H 27 #define __TERRALIB_ADO_INTERNAL_CONNECTION_H 37 #include <boost/date_time/posix_time/posix_time_types.hpp> 38 #include <boost/noncopyable.hpp> 41 #import "msado15.dll" \
42 no_namespace rename(
"EOF",
"EndOfFile")
84 _RecordsetPtr query(
const std::string& query,
bool connected =
false);
93 void execute(
const std::string& command);
111 friend class ConnectionPool;
118 #endif // __TERRALIB_ADO_INTERNAL_CONNECTION_H #define TEADOEXPORT
You can use this macro in order to export/import classes and functions from this module.
Configuration flags for the TerraLib ADO Data Access driver.
A class that implements a connection to a ADO database.
_ConnectionPtr getConn() const
It gets the ADO Connection object.
_ConnectionPtr m_conn
The ADO real connection handle.