26 #ifndef __TERRALIB_ADO_INTERNAL_SQLVISITOR_H 
   27 #define __TERRALIB_ADO_INTERNAL_SQLVISITOR_H 
   30 #include "../dataaccess/query/SQLVisitor.h" 
   34 #include <boost/noncopyable.hpp> 
   37 #import "msado15.dll" \
 
   38   no_namespace rename(
"EOF", 
"EndOfFile")
 
   88 #endif  // __TERRALIB_ADO_INTERNAL_SQLVISITOR_H 
A visitor for building an SQL statement from a given Query hierarchy. 
 
A class that models a literal for Date and Time values. 
 
A class that models the name of any property of an object. 
 
A class that models a literal for Geometry values. 
 
It represents the SQL query dialect accepted by a given data source. 
 
_ConnectionPtr m_conn
The ADO connection used to escape string! 
 
A class that models a literal for ByteArray values. 
 
Configuration flags for the TerraLib ADO Data Access driver. 
 
A visitor for building an SQL statement using ADO dialect. 
 
A class that models a literal for Envelope values. 
 
A class that models a Function expression. 
 
#define TEADOEXPORT
You can use this macro in order to export/import classes and functions from this module.