Package | Description |
---|---|
oracle.jdbc.pool |
A package of connection cache and pooling related classes.
|
Modifier and Type | Method | Description |
---|---|---|
OracleShardingKeyBuilderImpl |
OracleShardingKeyBuilderImpl.oraHash(long oraHash) |
Used to build the shard key with the known ORA HASH value.
|
OracleShardingKeyBuilderImpl |
OracleShardingKeyBuilderImpl.subkey(Object subkey, SQLType subkeyType) |
This method is called to include a subkey into a sharding key object being built.
|
Constructor | Description |
---|---|
OracleShardingKeyImpl(OracleShardingKeyBuilderImpl builder) |