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