Class OracleDriver
java.lang.Object
org.qubership.atp.mia.repo.driver.SqlDriver
org.qubership.atp.mia.repo.driver.OracleDriver
- All Implemented Interfaces:
QueryDriver<Connection>
-
Field Summary
Fields inherited from class org.qubership.atp.mia.repo.driver.SqlDriver
cleanUpTimeout, executionTimeout, executorService, expiredAfter, metricsService, pool -
Constructor Summary
ConstructorsConstructorDescriptionOracleDriver(ExecutorService executorService) Constructor.OracleDriver(ExecutorService executorService, int expireAfter, int cleanUpTimeout) Constructor with parameters (test usage). -
Method Summary
Methods inherited from class org.qubership.atp.mia.repo.driver.SqlDriver
create, executeQuery, executeQuery, executeStoredProcedure, executeUpdate, poolSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qubership.atp.mia.repo.driver.QueryDriver
close, executeQuery, executeQueryAndGetFirstValue, getExecutionTimeout, initPool, initPoolCleanUp
-
Constructor Details
-
OracleDriver
Constructor. -
OracleDriver
Constructor with parameters (test usage).
-
-
Method Details
-
getDriverType
Description copied from interface:QueryDriverGet driver type.- Returns:
- driver type
-