Uses of Class
oracle.jdbc.pool.ShardingMetadata.SubKeyMetadata
Packages that use ShardingMetadata.SubKeyMetadata
-
Uses of ShardingMetadata.SubKeyMetadata in oracle.jdbc.pool
Methods in oracle.jdbc.pool that return types with arguments of type ShardingMetadata.SubKeyMetadataModifier and TypeMethodDescriptionShardingMetadata.getShardingKeyColumns()ShardingMetadata.getSuperShardingKeyColumns()Methods in oracle.jdbc.pool with parameters of type ShardingMetadata.SubKeyMetadataModifier and TypeMethodDescriptionintShardingMetadata.SubKeyMetadata.compareTo(ShardingMetadata.SubKeyMetadata o) Method used to defined natural ordering for the sub key column info based on the column index.Constructor parameters in oracle.jdbc.pool with type arguments of type ShardingMetadata.SubKeyMetadataModifierConstructorDescriptionShardingMetadata(int version, ShardingMetadata.ShardingType shardingType, ShardingMetadata.ShardingType superShardingType, List<ShardingMetadata.SubKeyMetadata> keyColumns, List<ShardingMetadata.SubKeyMetadata> superKeyColumns) Constructs an immutable object with all the metadata information.