|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.util.DB
de.unidu.is.util.HSQLDBEmbeddedDB
This class encapsulates a HSQLDB embedded (in memory) RDBMS (using JDBC), where connections are managed by a connection pool.
This class uses the logger "unidu.db" by default.
| Field Summary |
| Fields inherited from class de.unidu.is.util.DB |
dataSource, dataSources, dbURI, dbUser, formatter, logger, result2conn, result2stmt |
| Constructor Summary | |
HSQLDBEmbeddedDB()
Creates a new instance. |
|
HSQLDBEmbeddedDB(org.apache.log4j.Logger logger)
Creates a new instance. |
|
| Methods inherited from class de.unidu.is.util.DB |
close, close, createTable, createTableIfNotExists, dropTable, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdateIgnoreError, existsTable, freeConnection, getColumns, getConnection, getDbURI, getDbUser, insert, insert, insertIfMissing, insertIfMissing, makeIdentifier, remove, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HSQLDBEmbeddedDB()
public HSQLDBEmbeddedDB(org.apache.log4j.Logger logger)
logger - DB logger
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||