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::Bytes
A chunk of bytes.
More...
class
odbc::CallableStatement
A prepared statement suited for stored procedure calls.
More...
class
odbc::Connection
A database connection.
More...
class
odbc::DatabaseMetaData
Provides several tons of information about a data source.
More...
class
odbc::DataSource
A Data Source.
More...
class
odbc::Date
An SQL DATE.
More...
class
odbc::Driver
An ODBC
Driver
with it's information.
More...
class
odbc::DriverManager
The
DriverManager
.
More...
class
odbc::DriverMessage
Used internally - represents the result of an SQLError call.
More...
class
odbc::ErrorHandler
Base class for everything that might contain warnings.
More...
class
odbc::PreparedStatement
A prepared statement.
More...
class
odbc::ResultSet
A result set.
More...
class
odbc::ResultSetMetaData
Provides meta data about a result set.
More...
class
odbc::SQLException
The exception thrown when errors occur inside the library.
More...
class
odbc::SQLWarning
Represents an SQL warning.
More...
class
odbc::Statement
A simple non-prepared statement.
More...
class
odbc::Time
An SQL TIME.
More...
class
odbc::Timestamp
An SQL TIMESTAMP.
More...
struct
odbc::Types
SQL type constants.
More...
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