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:
- java.io.Serializable,- java.sql.Wrapper,- javax.naming.Referenceable,- javax.sql.CommonDataSource,- javax.sql.DataSource
 
 public class HSQLDBDataSource extends org.hsqldb.jdbc.JDBCDataSourceAnHSQLDB data sourcewith a nicertoString()method.- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HSQLDBDataSource()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()- 
Methods inherited from class org.hsqldb.jdbc.JDBCDataSourcegetConnection, getConnection, getReference, isWrapperFor, unwrap
 - 
Methods inherited from class org.hsqldb.jdbc.JDBCCommonDataSourcegetDatabase, getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getNetworkProtocol, getParentLogger, getServerName, getUrl, getUser, setDatabase, setDatabaseName, setLoginTimeout, setLogWriter, setPassword, setProperties, setUrl, setUser
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
-