Package org.apache.derby.jdbc
Interface EmbeddedConnectionPoolDataSourceInterface
-
- All Superinterfaces:
javax.sql.CommonDataSource
,javax.sql.ConnectionPoolDataSource
,javax.sql.DataSource
,EmbeddedDataSourceInterface
,java.sql.Wrapper
- All Known Implementing Classes:
BasicEmbeddedConnectionPoolDataSource40
,EmbeddedConnectionPoolDataSource
,EmbeddedConnectionPoolDataSource40
public interface EmbeddedConnectionPoolDataSourceInterface extends EmbeddedDataSourceInterface, javax.sql.ConnectionPoolDataSource
Common interface of Derby embedded connection pooling data sources.
-
-
Method Summary
-
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLogger
-
Methods inherited from interface javax.sql.ConnectionPoolDataSource
createPooledConnectionBuilder, getLoginTimeout, getLogWriter, getPooledConnection, getPooledConnection, setLoginTimeout, setLogWriter
-
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
-
Methods inherited from interface org.apache.derby.jdbc.EmbeddedDataSourceInterface
getAttributesAsPassword, getConnectionAttributes, getCreateDatabase, getDatabaseName, getDataSourceName, getDescription, getPassword, getShutdownDatabase, getUser, setAttributesAsPassword, setConnectionAttributes, setCreateDatabase, setDatabaseName, setDataSourceName, setDescription, setPassword, setShutdownDatabase, setUser
-
-