Here are the classes, structs, unions and interfaces with brief descriptions:
SQLDBC::SQLDBC_Connection | Connection to the database kernel |
SQLDBC::SQLDBC_ConnectionItem | Base class to administrate the error handling within SQLDBC |
SQLDBC::SQLDBC_ConnectProperties | Specification of connection options |
SQLDBC::SQLDBC_Environment | The SQLDBC_Environment object is the basis for initializing the SQLDBC runtime library and making general settings in the SQLDBC interface |
SQLDBC::SQLDBC_ErrorHndl | Store for error messages and error codes |
SQLDBC_IRuntime | SQLDBC_IRuntime is the interface to the runtime environment abstraction |
SQLDBC_IRuntime::EnvironmentList | |
SQLDBC_IRuntime::Error | Error handle that is used to report errors from methods |
SQLDBC_IRuntime::Profile | |
SQLDBC_IRuntime::TaskTraceContext | A structure used by the tracing mechanism |
SQLDBC::SQLDBC_LOB | Interface to a large object (LOB) |
SQLDBC::SQLDBC_ParameterMetaData | Can retrieve information to find out the parameter types and their properties in a PreparedStatement object |
SQLDBC::SQLDBC_PreparedStatement | A class for preparing and executing SQL statements |
SQLDBC::SQLDBC_Profile | The SQLDBC_Profile object collects profile values of SQLDBC |
SQLDBC::SQLDBC_ResultSet | A class for presenting a database result set |
SQLDBC::SQLDBC_ResultSetMetaData | A SQLDBC_ResultSetMetaData class can retrieve information used to find out types and properties of the columns in a ResultSet |
SQLDBC::SQLDBC_RowSet | An SQLDBC_RowSet class for representing a SQLDBC row set |
SQLDBC::SQLDBC_SQLWarning | A class for handling SQL warnings |
SQLDBC::SQLDBC_Statement | An SQLDBC_Statement is a class for executing SQL statements immediately |
SQLDBC::SQLDBC_UpdatableRowSet | A SQLDBC_UpdatableRowSet class for representing a SQLDBC updatable row set |