Package org.hsqldb.jdbc
Class JDBCSessionDataSource
- java.lang.Object
-
- org.hsqldb.jdbc.JDBCCommonDataSource
-
- org.hsqldb.jdbc.JDBCDataSource
-
- org.hsqldb.jdbc.JDBCSessionDataSource
-
- All Implemented Interfaces:
java.io.Serializable,java.sql.Wrapper,javax.naming.Referenceable,javax.sql.CommonDataSource,javax.sql.DataSource
public class JDBCSessionDataSource extends org.hsqldb.jdbc.JDBCDataSource- Author:
- Dmitry Ovchinnikov.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDBCSessionDataSource(org.hsqldb.Database database, java.lang.String schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.sql.ConnectiongetConnection()-
Methods inherited from class org.hsqldb.jdbc.JDBCDataSource
getConnection, getReference, isWrapperFor, unwrap
-
Methods inherited from class org.hsqldb.jdbc.JDBCCommonDataSource
getDatabase, getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getNetworkProtocol, getParentLogger, getServerName, getUrl, getURL, getUser, setDatabase, setDatabaseName, setLoginTimeout, setLogWriter, setPassword, setProperties, setUrl, setURL, setUser
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-