Package io.trino.plugin.oracle
Class OraclePoolConnectionFactory
java.lang.Object
io.trino.plugin.oracle.OraclePoolConnectionFactory
- All Implemented Interfaces:
ConnectionFactory,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionOraclePoolConnectionFactory(String connectionUrl, Properties connectionProperties, CredentialProvider credentialProvider, int connectionPoolMinSize, int connectionPoolMaxSize, io.airlift.units.Duration inactiveConnectionTimeout) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.plugin.jdbc.ConnectionFactory
close
-
Constructor Details
-
OraclePoolConnectionFactory
public OraclePoolConnectionFactory(String connectionUrl, Properties connectionProperties, CredentialProvider credentialProvider, int connectionPoolMinSize, int connectionPoolMaxSize, io.airlift.units.Duration inactiveConnectionTimeout) throws SQLException - Throws:
SQLException
-
-
Method Details
-
openConnection
- Specified by:
openConnectionin interfaceConnectionFactory- Throws:
SQLException
-