Uses of Class
oracle.jdbc.pool.ShardingMetadata.SubKeyMetadata
-
Packages that use ShardingMetadata.SubKeyMetadata Package Description oracle.jdbc.pool A package of connection cache and pooling related classes. -
-
Uses of ShardingMetadata.SubKeyMetadata in oracle.jdbc.pool
Methods in oracle.jdbc.pool that return types with arguments of type ShardingMetadata.SubKeyMetadata Modifier and Type Method Description List<ShardingMetadata.SubKeyMetadata>
ShardingMetadata. getShardingKeyColumns()
List<ShardingMetadata.SubKeyMetadata>
ShardingMetadata. getSuperShardingKeyColumns()
Methods in oracle.jdbc.pool with parameters of type ShardingMetadata.SubKeyMetadata Modifier and Type Method Description int
ShardingMetadata.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.SubKeyMetadata Constructor Description ShardingMetadata(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.
-