Classes | |
| class | Connection |
| Handles SQL database connections for RDBMS and embedded engines. More... | |
| class | ConnectionMT |
| This class encapsulates the Connection class and provides a much more complete interface to the SQL database connection paradigm in addition to a thread safe environment. More... | |
| class | DatabaseException |
| Generic database exception. More... | |
| class | DriverOperationNotSupported |
| Thrown when a unsupported operation has been requested to the underliying SQL driver. More... | |
| class | DBServerUnreachable |
| Unable to reach the database server. More... | |
| class | AlreadyConnected2DB |
| An attempt to reconnect using the same connection failed because you are already connected. More... | |
| class | DBConnectFirst |
| In order to complete the current command to the SQL backend, please connect to the backend first. More... | |
| class | NoDataFetch |
| Unable to complete the operation until you do a fetchRow first, sorry. More... | |
| class | NoMoreRows |
| There are no more rows to fetch from this ResultSet. More... | |
| class | DBConnectionFailed |
| Exception thrown whenever a database connection fails. More... | |
| class | ConnectionFailure |
| Exception thrown whenever a connection attempt to a remote database fails. More... | |
| class | ServerDisconnected |
| There was a sudden disconnection from the RDBMS. More... | |
| class | FieldIsNull |
| class | SQLQueryException |
| Generic SQL query exception. More... | |
| class | SQLQueryRDBMSDisconnected |
| For some reason the server got disconnected while executing the underlying query. More... | |
| class | UnableToParseQuery |
| The SQL query sentece provide was not compatible or understandable to the RDBMS engine, please provide an appropiate SQL query with escape secuences were needed. More... | |
| class | BulkUploadFailed |
| class | BulkDataParse |
| class | BulkUploadStart |
| class | Driver |
| class | DriverInfo |
| This class holds information on database driver devices. More... | |
| class | DriverManager |
| Use thid class to load and instantiate new drivers to be used. More... | |
| class | Field |
| Multitype container for SQL single data. More... | |
| class | ResultSet |
| Implements result set handling from SELECT-type queries. More... | |
1.5.5