| 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 | Description |
|---|---|---|
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 | Description |
|---|---|---|
default OracleShardingKeyBuilder |
OracleCommonDataSource.createShardingKeyBuilder() |
Creates a new
OracleShardingKeyBuilder instance. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleShardingKeyBuilderImpl |