Package org.eclipse.net4j.db.hsqldb
Class HSQLDBDataSource
java.lang.Object
org.hsqldb.jdbc.JDBCCommonDataSource
org.hsqldb.jdbc.JDBCDataSource
org.eclipse.net4j.db.hsqldb.HSQLDBDataSource
- All Implemented Interfaces:
Serializable
,Wrapper
,Referenceable
,CommonDataSource
,DataSource
public class HSQLDBDataSource
extends org.hsqldb.jdbc.JDBCDataSource
An
HSQLDB data source
with a nicer toString()
method.- Author:
- Eike Stepper
- See Also:
-
Field Summary
Fields inherited from class org.hsqldb.jdbc.JDBCCommonDataSource
connectionProps, dataSourceName, description, loginTimeout, logWriter, networkProtocol, password, serverName, url, user
-
Constructor Summary
-
Method Summary
Methods inherited from class org.hsqldb.jdbc.JDBCDataSource
getConnection, getConnection, getReference, isWrapperFor, unwrap
Methods inherited from class org.hsqldb.jdbc.JDBCCommonDataSource
getDatabase, getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getNetworkProtocol, getParentLogger, getServerName, getUrl, getUser, setDatabase, setDatabaseName, setLoginTimeout, setLogWriter, setPassword, setProperties, setUrl, setUser
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter