org.eclipse.net4j.db.hsqldb
Class HSQLDBDataSource

java.lang.Object
  extended by org.hsqldb.jdbc.JDBCCommonDataSource
      extended by org.hsqldb.jdbc.JDBCDataSource
          extended by 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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hsqldb.jdbc.JDBCCommonDataSource
connectionProps, dataSourceName, description, loginTimeout, logWriter, networkProtocol, password, serverName, url, user
 
Constructor Summary
HSQLDBDataSource()
           
 
Method Summary
 String toString()
           
 
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, setDataSourceName, setDescription, setLoginTimeout, setLogWriter, setNetworkProtocol, setPassword, setProperties, setServerName, 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
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 

Constructor Detail

HSQLDBDataSource

public HSQLDBDataSource()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.