Class JDBCSessionPool

  • All Implemented Interfaces:
    java.sql.Wrapper, java.util.EventListener, javax.naming.Referenceable, javax.sql.CommonDataSource, javax.sql.ConnectionEventListener, javax.sql.DataSource, javax.sql.StatementEventListener

    public class JDBCSessionPool
    extends org.hsqldb.jdbc.JDBCPool
    Author:
    Dmitry Ovchinnikov.
    • Constructor Summary

      Constructors 
      Constructor Description
      JDBCSessionPool​(int size, org.hsqldb.Database database, java.lang.String schema)  
    • Method Summary

      • Methods inherited from class org.hsqldb.jdbc.JDBCPool

        close, connectionClosed, connectionErrorOccurred, getConnection, getConnection, getDatabase, getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getParentLogger, getReference, getUrl, getURL, getUser, isWrapperFor, setDatabase, setDatabaseName, setLoginTimeout, setLogWriter, setPassword, setProperties, setUrl, setURL, setUser, statementClosed, statementErrorOccurred, unwrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.sql.CommonDataSource

        createShardingKeyBuilder
      • Methods inherited from interface javax.sql.DataSource

        createConnectionBuilder
    • Constructor Detail

      • JDBCSessionPool

        public JDBCSessionPool​(int size,
                               org.hsqldb.Database database,
                               java.lang.String schema)