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