org.openharmonise.commons.dsi |
org.openharmonise.commons.dsi
Provides classes which give a data base neutral interface to relational databases.
|
Java Source File Name | Type | Comment |
AbstractDataStoreInterface.java | Class | Class providing interface to the database. |
CachedResultSet.java | Class | A result set that caches the data retrieved from a SQL query. |
ColumnRef.java | Class | A coloumn reference in a relational database with a table name,
a column name, a data type and possibly an alias for the table name. |
DataStoreException.java | Class | Thrown if an error occurs in any of the data store interface classes. |
DBConnectionPool.java | Class | A pool of database connections. |
DBConnectionPooler.java | Class | A singleton class which provides access to database connection pools. |
HarmoniseResultSet.java | Class | An implementation of the ResultSet interface which wraps up
a result set and its associated Statement such that
the Statement is closed as well as the ResultSet
when the close() method is called on this ResultSet . |
InvalidColumnReferenceException.java | Class | Thrown when an invalid column reference has been passed to a method. |
ResultSetUtil.java | Class | Utility class for obtaining metadata from a result set in a convenient
form. |