Uses of Class
oracle.jdbc.pool.OracleShardingKeyImpl
Packages that use OracleShardingKeyImpl
-
Uses of OracleShardingKeyImpl in oracle.jdbc.pool
Methods in oracle.jdbc.pool that return OracleShardingKeyImplModifier and TypeMethodDescriptionOracleShardingKeyBuilderImpl.build()Builds the sharding key with the sub keys provided and their default metadata.Methods in oracle.jdbc.pool that return types with arguments of type OracleShardingKeyImplModifier and TypeMethodDescriptionOracleShardingKeyImpl.Decoder.buildShardKeys(List<byte[]> subKeysByteArr, boolean isSuperShardingKey, boolean isHighKey) Builds the sharding keys given the decodes byte[] representing the sharding keysstatic 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.