Main Page
Namespace List
Class Hierarchy
Compound List
File List
Namespace Members
Compound Members
odbc Namespace Reference
The namespace where all
libodbc++
classes reside.
More...
Compounds
class
odbc::CallableStatement
class
odbc::Connection
class
odbc::DatabaseMetaData
class
odbc::Driver
class
odbc::DataSource
class
odbc::DriverManager
class
odbc::ErrorHandler
class
odbc::PreparedStatement
class
odbc::ResultSet
class
odbc::ResultSetMetaData
class
odbc::Statement
struct
odbc::Types
class
odbc::Bytes
class
odbc::Date
class
odbc::Time
class
odbc::Timestamp
class
odbc::DriverMessage
class
odbc::SQLException
class
odbc::SQLWarning
Typedefs
typedef CleanVector<
Driver
*>
DriverList
A list of Drivers.
More...
typedef CleanVector<
DataSource
*>
DataSourceList
A list of datasources.
More...
Detailed Description
The namespace where all
libodbc++
classes reside.
Typedef Documentation
typedef CleanVector<
DataSource
*> odbc::DataSourceList
A list of datasources.
Behaves like an std::vector
typedef CleanVector<
Driver
*> odbc::DriverList
A list of Drivers.
Actually an STL vector
Go back to the freeodbc++ homepage