|
Interface Summary |
| ColumnDescription |
This interface provides the functionality to get information on the type and properties of a column. |
| Connection |
This interface provides functionality for managing connections to a data
source. |
| ConnectionDefinition |
This interface provides functionality for creating new connection definitions,
and iterating through existing connection definition parameters. |
| ConnectionDefinition.Parameter |
|
| ConnectionPool |
This interface provides the functionality to manage connections
in BusinessObjects Data Access Layer internal Connection Pool. |
| Context |
This interface manages connection and driver-specific configuration information. |
| DBDriver |
All custom drivers that implement the DBDriver interface must define the following
four additional static methods, as the Business Objects Data Access layer uses
the Java reflection API to initialize a new driver. |
| DBEnvironment |
This interface handles driver environment and configuration information. |
| DescriptionSet |
This interface provides the functionality to handle ResultSet meta data. |
| DriverConfiguration |
This interface provides the functionality to access the default
configuration information specific for the driver. |
| ErrorManager |
This interface provides the functionality for error management. |
| Parameter |
This interface provides the functionality to get information about the types and
properties of SQL parameters. |
| ParameterSet |
This interface provides custom drivers with the functionality
to iterate through a collection of parameters. |
| ProfileLogger |
This interface provides the functionality to log driver profile information in XML format. |
| PropertySet |
This interface provides the functionality for maintaining
connection-specific configuration properties. |
| Record |
This interface provides the custom driver with the functionality to fetch and populate
a single row of data retrieved from the data source. |
| RecordSet |
RecordSet represents a collection of result records. |