Main module for the Falcon DBI module suite.
This is the base of the Falcon DBI subsystem. This DBI module relies optionally on several database access libraries including:
One or more database libraries are required to make DBI useful.
DBIBaseTrans | Base class for DBI querable and updatable items. |
DBIBlobStream | Specific DBI stream used to read and write to and from blobs. |
DBIError | DBI specific error. |
DBIHandle | DBI connection handle returned by DBIConnect. |
DBIRecord | Base class for object oriented database access. |
DBIRecordset | Represent a collection of database records as required from DBIBaseTrans.query. You will not instantiate this class directly, instead, you must use DBIBaseTrans.query. |
DBITransaction | Represents one transaction in the underlying database server. |
DBIConnect | Connect to a database server. |