Package | Description |
---|---|
oracle.jdbc.spi |
This package defines service provider interfaces (SPIs) that are consumed by
the Oracle JDBC Driver.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OracleConfigurationCachableProvider
The Cachable interface provides methods for caching objects.
|
Modifier and Type | Method and Description |
---|---|
static OracleConfigurationProvider |
OracleConfigurationProvider.find(java.lang.String providerType)
Helper method to retrieve a provider based on the type.
|
static OracleConfigurationProvider |
OracleConfigurationProvider.find(java.lang.String providerType)
Helper method to retrieve a provider based on the type.
|