libodbc++
0.2.5
|
▼Nodbc | The namespace where all libodbc++ classes reside |
CBytes | A chunk of bytes |
CCallableStatement | A prepared statement suited for stored procedure calls |
CConnection | A database connection |
CDatabaseMetaData | Provides several tons of information about a data source |
CDataSource | A Data Source |
CDate | An SQL DATE |
CDriver | An ODBC Driver with it's information |
CDriverManager | The DriverManager |
CDriverMessage | Used internally - represents the result of an SQLError call |
CErrorHandler | Base class for everything that might contain warnings |
CPreparedStatement | A prepared statement |
CResultSet | A result set |
CResultSetMetaData | Provides meta data about a result set |
CSQLException | The exception thrown when errors occur inside the library |
CSQLWarning | Represents an SQL warning |
CStatement | A simple non-prepared statement |
CTime | An SQL TIME |
CTimestamp | An SQL TIMESTAMP |
CTypes | SQL type constants |