Class OracleConnectionPoolDataSource

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.io.Serializable, java.sql.Wrapper, java.util.EventListener, javax.naming.Referenceable, javax.sql.CommonDataSource, javax.sql.ConnectionPoolDataSource, javax.sql.DataSource, OracleCommonDataSource, OracleConnectionPoolDataSource, OracleDataSource, oracle.jdbc.diagnostics.Diagnosable, oracle.jdbc.internal.Monitor, oracle.jdbc.replay.internal.OracleConnectionPoolDataSource, oracle.jdbc.replay.internal.OracleDataSource, OracleConnectionPoolDataSource, OracleDataSource
    Direct Known Subclasses:
    OracleXADataSource

    public class OracleConnectionPoolDataSource
    extends OracleConnectionPoolDataSource

    A DataSource object is a factory for Connection objects. An object that implements the DataSource interface will typically be registered with a JNDI service provider. A JDBC driver that is accessed via the DataSource API does not automatically register itself with the DriverManager.

    See Also:
    Serialized Form
    • Constructor Detail

      • OracleConnectionPoolDataSource

        public OracleConnectionPoolDataSource()
                                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException