Uses of Interface
oracle.jdbc.spi.OracleConfigurationParser
-
Packages that use OracleConfigurationParser Package Description oracle.jdbc.spi This package defines service provider interfaces (SPIs) that are consumed by the Oracle JDBC Driver. -
-
Uses of OracleConfigurationParser in oracle.jdbc.spi
Methods in oracle.jdbc.spi that return OracleConfigurationParser Modifier and Type Method Description static OracleConfigurationParser
OracleConfigurationParser. find(java.lang.String providerType)
Helper method to retrieve a provider based on the type.
-