![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
| class | CallableStatement |
| class | Connection |
| class | DatabaseMetaData |
| class | Driver |
| class | DataSource |
| class | DriverManager |
| class | ErrorHandler |
| class | PreparedStatement |
| class | ResultSet |
| class | ResultSetMetaData |
| class | Statement |
| struct | Types |
| class | Bytes |
| class | Date |
| class | Time |
| class | Timestamp |
| class | CleanVector |
| class | DriverMessage |
| class | SQLException |
| class | SQLWarning |
| class | Deleter |
Typedefs | |
| typedef CleanVector< Driver * > | DriverList |
| typedef CleanVector< DataSource * > | DataSourceList |
| typedef CleanVector< SQLWarning * > | WarningList |
Variables | |
| const int | GETDATA_CHUNK_SIZE =4*1024 |
| const int | PUTDATA_CHUNK_SIZE =GETDATA_CHUNK_SIZE |
| const int | STRING_TO_STREAM_CHUNK_SIZE =1024 |
| const int | STREAM_TO_STRING_CHUNK_SIZE =STRING_TO_STREAM_CHUNK_SIZE |
The namespace where all libodbc++ classes reside
| typedef CleanVector<DataSource*> odbc::DataSourceList |
A list of datasources. Behaves like an std::vector
Definition at line 94 of file drivermanager.h.
View newest version in sPHENIX GitHub at line 94 of file drivermanager.h
| typedef CleanVector<Driver*> odbc::DriverList |
A list of Drivers. Actually an STL vector
Definition at line 65 of file drivermanager.h.
View newest version in sPHENIX GitHub at line 65 of file drivermanager.h
| typedef CleanVector<SQLWarning*> odbc::WarningList |
| const int odbc::GETDATA_CHUNK_SIZE =4*1024 |
| const int odbc::PUTDATA_CHUNK_SIZE =GETDATA_CHUNK_SIZE |
| const int odbc::STREAM_TO_STRING_CHUNK_SIZE =STRING_TO_STREAM_CHUNK_SIZE |