org.perf.log.filter.sql
Class DerbyConnectionPoolDataSourceInterceptor

java.lang.Object
  extended by org.apache.derby.jdbc.ReferenceableDataSource
      extended by org.apache.derby.jdbc.EmbeddedDataSource
          extended by org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
              extended by org.perf.log.filter.sql.DerbyConnectionPoolDataSourceInterceptor
All Implemented Interfaces:
java.io.Serializable, java.sql.Wrapper, javax.naming.Referenceable, javax.naming.spi.ObjectFactory, javax.sql.CommonDataSource, javax.sql.ConnectionPoolDataSource, javax.sql.DataSource

public class DerbyConnectionPoolDataSourceInterceptor
extends org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource

See Also:
Serialized Form

Constructor Summary
DerbyConnectionPoolDataSourceInterceptor()
           
 
Method Summary
 
Methods inherited from class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
getPooledConnection, getPooledConnection
 
Methods inherited from class org.apache.derby.jdbc.EmbeddedDataSource
equals, getAttributesAsPassword, getConnection, getConnection, getConnectionAttributes, getCreateDatabase, getShutdownDatabase, setAttributesAsPassword, setConnectionAttributes, setCreateDatabase, setShutdownDatabase
 
Methods inherited from class org.apache.derby.jdbc.ReferenceableDataSource
getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getObjectInstance, getPassword, getReference, getUser, setDatabaseName, setDataSourceName, setDescription, setLoginTimeout, setLogWriter, setPassword, setUser
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.sql.CommonDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

DerbyConnectionPoolDataSourceInterceptor

public DerbyConnectionPoolDataSourceInterceptor()