- in(UniversalConnectionPoolLifeCycleState...) - Method in enum oracle.ucp.UniversalConnectionPoolLifeCycleState
-
Cecks if this enum is one of given enums
- initialize(Connection) - Method in interface oracle.ucp.jdbc.ConnectionInitializationCallback
-
Initialize the given connection.
- isAvailable() - Method in interface oracle.ucp.UniversalPooledConnection
-
check whether a connection is "available" or not
- isConnectionHarvestable() - Method in interface oracle.ucp.jdbc.HarvestableConnection
-
Specifies whether this connection is harvestable.
- isConnectionHarvestable() - Method in interface oracle.ucp.UniversalPooledConnection
-
Whether this connection is currently harvestable.
- isJmxEnabled() - Method in interface oracle.ucp.admin.UniversalConnectionPoolManager
-
Determines the JMX availability.
- isLoggingLevelFinest() - Method in interface oracle.ucp.diagnostics.Diagnosable
-
Is current logging level FINEST?
This method allows to skip traces/debugs with expensive formatting,
with 'if (isLoggingLevelFinest()) trace(...);'
- isOracle() - Method in interface oracle.ucp.UniversalPooledConnection
-
Is this connection an Oracle connection?
- isReadOnlyInstanceAllowed() - Method in interface oracle.ucp.admin.UniversalConnectionPoolMBean
-
Returns true if the connection borrow is allowed to a read-only instance,
false otherwise.
- isReadOnlyInstanceAllowed() - Method in interface oracle.ucp.jdbc.PoolDataSource
-
Returns true if the connection borrow is allowed to a read-only instance,
false otherwise.
- isReadOnlyInstanceAllowed() - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
- isReadOnlyInstanceAllowed() - Method in interface oracle.ucp.UniversalConnectionPool
-
Returns true if the connection borrow is allowed to a read-only instance,
false otherwise.
- isReusable() - Method in interface oracle.ucp.UniversalPooledConnection
-
check whether a connection is "reusable" or not
- isSetOnceProperty(String) - Static method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Authentication kays to enforce to be set up once per a single pool data source
- isShareable() - Method in interface oracle.ucp.UniversalConnectionPool
-
Returns whether the pool is shareable or not.
- isSqlWithQueryTimeoutInProgress() - Method in interface oracle.ucp.UniversalPooledConnection
-
Checks whether or not the connection currently performing timed-out SQL operation
- isValid() - Method in interface oracle.ucp.jdbc.ValidConnection
-
Indicates whether this connection is usable.
- isValid() - Method in interface oracle.ucp.UniversalPooledConnection
-
Checks whether or not the connection is valid
with default timeout and default Oracle JDBC driver validation type.
- isValid(UniversalPooledConnection.ValidationType, int) - Method in interface oracle.ucp.UniversalPooledConnection
-
Checks whether or not the connection is valid with a timeout.
- isValid(UniversalPooledConnection.ValidationType) - Method in interface oracle.ucp.UniversalPooledConnection
-
Checks whether or not the connection is valid with a default timeout.
- isValid(int) - Method in interface oracle.ucp.UniversalPooledConnection
-
Checks whether or not the connection is valid with default Oracle JDBC driver validation type.
- isWrapperFor(Class<?>) - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Since this class is not a wrapper, just check to see if this implements the
requested interface.
- isWrapperFor(Class<?>) - Method in class oracle.ucp.jdbc.UCPDataSource
-
Deprecated.
- isWrapperFor(Class<?>) - Method in class oracle.ucp.jdbc.UCPDataSourceResource
-