| Package | Description |
|---|---|
| oracle.jdbc.pool |
A package of connection cache and pooling related classes.
|
| oracle.jdbc.xa |
Provides classes that implement the JDBC XA APIs.
|
| Modifier and Type | Method | Description |
|---|---|---|
OracleShardingKeyImpl |
OracleShardingKeyBuilderImpl.build() |
Builds the sharding key with the sub keys provided and their default
metadata.
|
OracleShardingKeyImpl |
OracleConnectionBuilderImpl.getShardingKey() |
|
OracleShardingKeyImpl |
OraclePooledConnectionBuilderImpl.getShardingKey() |
|
OracleShardingKeyImpl |
OracleConnectionBuilderImpl.getSuperShardingKey() |
|
OracleShardingKeyImpl |
OraclePooledConnectionBuilderImpl.getSuperShardingKey() |
| Modifier and Type | Method | Description |
|---|---|---|
static List<OracleShardingKeyImpl> |
OracleShardingKeyImpl.decodeKeys(InputStream keysData,
ShardingMetadata metadata,
boolean isSuperKey,
boolean isKeyHigh) |
Builds a list of sharding keys from the key data available as input stream
from the database sharding metadata table LOCAL_CHUNKS.
|
| Modifier and Type | Method | Description |
|---|---|---|
OracleShardingKeyImpl |
OracleXAConnectionBuilderImpl.getShardingKey() |
|
OracleShardingKeyImpl |
OracleXAConnectionBuilderImpl.getSuperShardingKey() |
Copyright © 2008, 2017, Oracle. All rights reserved.