Package org.apache.derby.jdbc
Class EmbeddedConnectionPoolDataSource40
- java.lang.Object
-
- org.apache.derby.jdbc.BasicEmbeddedDataSource40
-
- org.apache.derby.jdbc.ReferenceableDataSource
-
- org.apache.derby.jdbc.EmbeddedDataSource
-
- org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
-
- org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource40
-
- 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
,EmbeddedConnectionPoolDataSourceInterface
,EmbeddedDataSourceInterface
public class EmbeddedConnectionPoolDataSource40 extends EmbeddedConnectionPoolDataSource implements javax.sql.ConnectionPoolDataSource
Deprecated.UseEmbeddedConnectionPoolDataSource
instead.This is a vacuous, deprecated class. At one time, it had real behavior and helped us support separate data sources for Java 5 and Java 6. Now that we no longer support Java 5, all functionality has migrated into the superclass, EmbeddedConnectionPoolDataSource. This class is preserved for backward compatibility reasons.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.-
Fields inherited from class org.apache.derby.jdbc.BasicEmbeddedDataSource40
attributesAsPassword, connectionAttributes, createDatabase, databaseName, dataSourceName, description, driver, jdbcurl, loginTimeout, shutdownDatabase
-
-
Constructor Summary
Constructors Constructor Description EmbeddedConnectionPoolDataSource40()
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
getPooledConnection, getPooledConnection
-
Methods inherited from class org.apache.derby.jdbc.EmbeddedDataSource
getObjectInstance, getReference
-
Methods inherited from class org.apache.derby.jdbc.BasicEmbeddedDataSource40
equals, findDriver, getAttributesAsPassword, getConnection, getConnection, getConnection, getConnectionAttributes, getCreateDatabase, getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getParentLogger, getPassword, getShutdownDatabase, getUser, hashCode, isWrapperFor, setAttributesAsPassword, setConnectionAttributes, setCreateDatabase, setDatabaseName, setDataSourceName, setDescription, setLoginTimeout, setLogWriter, setPassword, setShutdownDatabase, setupResourceAdapter, setUser, unwrap, update
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-