Classes | |
| class | Bytes |
| A chunk of bytes. More... | |
| class | CallableStatement |
| A prepared statement suited for stored procedure calls. More... | |
| class | CleanVector |
| class | Connection |
| A database connection. More... | |
| class | DatabaseMetaData |
| Provides several tons of information about a data source. More... | |
| class | DataSource |
| A Data Source. More... | |
| class | Date |
| An SQL DATE. More... | |
| class | Deleter |
| class | Driver |
| An ODBC Driver with it's information. More... | |
| class | DriverManager |
| The DriverManager. More... | |
| class | DriverMessage |
| Used internally - represents the result of an SQLError call. More... | |
| class | ErrorHandler |
| Base class for everything that might contain warnings. More... | |
| class | PreparedStatement |
| A prepared statement. More... | |
| class | ResultSet |
| A result set. More... | |
| class | ResultSetMetaData |
| Provides meta data about a result set. More... | |
| class | SQLException |
| The exception thrown when errors occur inside the library. More... | |
| class | SQLWarning |
| Represents an SQL warning. More... | |
| class | Statement |
| A simple non-prepared statement. More... | |
| class | Time |
| An SQL TIME. More... | |
| class | Timestamp |
| An SQL TIMESTAMP. More... | |
| struct | Types |
| SQL type constants. More... | |
Typedefs | |
| typedef CleanVector< DataSource * > | DataSourceList |
| A list of datasources. | |
| typedef CleanVector< DataSource * > | DataSourceList |
| A list of datasources. | |
| typedef CleanVector< Driver * > | DriverList |
| A list of Drivers. | |
| typedef CleanVector< Driver * > | DriverList |
| A list of Drivers. | |
| typedef CleanVector< SQLWarning * > | WarningList |
| typedef CleanVector< SQLWarning * > | WarningList |
Variables | |
| const int | GETDATA_CHUNK_SIZE = 4*1024 |
| const int | GETDATA_CHUNK_SIZE = 4*1024 |
| const int | PUTDATA_CHUNK_SIZE = GETDATA_CHUNK_SIZE |
| const int | PUTDATA_CHUNK_SIZE = GETDATA_CHUNK_SIZE |
| const int | STREAM_TO_STRING_CHUNK_SIZE = STRING_TO_STREAM_CHUNK_SIZE |
| const int | STREAM_TO_STRING_CHUNK_SIZE = STRING_TO_STREAM_CHUNK_SIZE |
| const int | STRING_TO_STREAM_CHUNK_SIZE = 1024 |
| const int | STRING_TO_STREAM_CHUNK_SIZE = 1024 |
| typedef CleanVector<DataSource*> odbc::DataSourceList |
| typedef CleanVector<DataSource*> odbc::DataSourceList |
| typedef CleanVector<Driver*> odbc::DriverList |
| typedef CleanVector<Driver*> odbc::DriverList |