Name |
Description |
---|---|
SQLDBC::SQLDBC_Environment |
Base class of the SQLDBC library You can use the methods of this class to:
|
SQLDBC::SQLDBC_Connection |
Management of database connections You can use the methods of this class to:
|
SQLDBC::SQLDBC_ConnectProperties |
Using the methods of this class, together with a SQLDBC_Connection object, you can assign the following special properties, among others, to a database session or query these properties:
|
SQLDBC::SQLDBC_Statement |
You can use the methods of this class to execute SQL statements without parameters, such as DDL statements. Recommendation Execute all SQL statements without parameters using the methods of this class. End of the recommendation. You can use the methods of this class to:
|
SQLDBC::SQLDBC_PreparedStatement |
This class is derived from the SQLDBC_Statement class. You can use the methods of this class to execute SQL statements with parameters. You enter parameters in SQL statements with ? or :<identifier> (see the SQL Reference Manual, Parameter Name (parameter_name)). You can use the methods of this class to:
|
SQLDBC::SQLDBC_ParameterMetaData |
You can use the methods of this class to query data type and length information for parameters in SQL statements. |
SQLDBC::SQLDBC_ResultSetMetaData |
You can use the methods of this class to query data type and length information for columns in result sets of SQL statements. |
SQLDBC::SQLDBC_ResultSet |
Processing of result sets that were generated by executing SQL statements with the methods of the class SQLDBC_Statement or the class SQLDBC_PreparedStatement You can use the methods of this class to:
|
SQLDBC::SQLDBC_RowSet |
Reading of data from result sets Row sets are excerpts from result sets that were generated with methods of the SQLDBC_ResultSet class. You can use the methods of this class to:
|
SQLDBC::SQLDBC_UpdatableRowSet |
This class is derived from the SQLDBC_RowSet class and contains methods for changeable result sets. You can use the methods of this class to:
|
SQLDBC::SQLDBC_LOB |
Processing of column values from LOB columns You can use the methods of this class to read and write LOB values piece-wise. |
SQLDBC::SQLDBC_ErrorHndl |
You can use the methods of this class to query the error messages of previous operations. |
SQLDBC::SQLDBC_SQLWarning |
You can use the methods of this class to query the warnings of previous operations. |