| Package | Description | 
|---|---|
| oracle.jdbc | 
 Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package  
oracle.jdbc. | 
| oracle.jdbc.datasource | 
 Beginning in Oracle Release 12.2, some of the Oracle extensions to JDBC are captured in the package  
oracle.jdbc.datasource. | 
| oracle.jdbc.pool | 
 A package of connection cache and pooling related classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OracleShardingKeyBuilder | 
OracleShardingKeyBuilder.subkey(Object key, SQLType subkeyType)
This method is called to include a subkey into a sharding Key object being built. 
 | 
OracleShardingKeyBuilder | 
OracleShardingKeyBuilder.subkey(Object key, SQLType subkeyType)
This method is called to include a subkey into a sharding Key object being built. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default OracleShardingKeyBuilder | 
OracleCommonDataSource.createShardingKeyBuilder()
Creates a new  
OracleShardingKeyBuilder instance. | 
default OracleShardingKeyBuilder | 
OracleCommonDataSource.createShardingKeyBuilder()
Creates a new  
OracleShardingKeyBuilder instance. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OracleShardingKeyBuilderImpl  |