Uses of Class
oracle.jdbc.pool.OracleShardingKeyBuilderImpl
-
Packages that use OracleShardingKeyBuilderImpl Package Description oracle.jdbc.pool A package of connection cache and pooling related classes. -
- <section role="region">
Uses of OracleShardingKeyBuilderImpl in oracle.jdbc.pool
Methods in oracle.jdbc.pool that return OracleShardingKeyBuilderImpl Modifier and Type Method Description OracleShardingKeyBuilderImplOracleShardingKeyBuilderImpl. oraHash(long oraHash)Used to build the shard key with the known ORA HASH value.OracleShardingKeyBuilderImplOracleShardingKeyBuilderImpl. subkey(Object subkey, SQLType subkeyType)This method is called to include a subkey into a sharding key object being built.
</section>Constructors in oracle.jdbc.pool with parameters of type OracleShardingKeyBuilderImpl Constructor Description OracleShardingKeyImpl(OracleShardingKeyBuilderImpl builder)
- <section role="region">