Uses of Enum Class
oracle.jdbc.pool.ShardingMetadata.ShardingType
Packages that use ShardingMetadata.ShardingType
-
Uses of ShardingMetadata.ShardingType in oracle.jdbc.pool
Methods in oracle.jdbc.pool that return ShardingMetadata.ShardingTypeModifier and TypeMethodDescriptionShardingMetadata.getShardingType()ShardingMetadata.getSuperShardingType()Returns the enum constant of this class with the specified name.static ShardingMetadata.ShardingType[]ShardingMetadata.ShardingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in oracle.jdbc.pool with parameters of type ShardingMetadata.ShardingTypeModifierConstructorDescriptionShardingMetadata(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.