Class ShardingMetadata.SubKeyMetadata

java.lang.Object
oracle.jdbc.pool.ShardingMetadata.SubKeyMetadata
All Implemented Interfaces:
Comparable<ShardingMetadata.SubKeyMetadata>
Enclosing class:
ShardingMetadata

public static class ShardingMetadata.SubKeyMetadata extends Object implements Comparable<ShardingMetadata.SubKeyMetadata>
Holds the shard sub key metadata information extracted from the database.
  • Constructor Details

    • SubKeyMetadata

      public SubKeyMetadata(int index, SQLType dataType, int charSet)
      Parameters:
      index - column index of the subkey
      dataType - type of the subkey to be constructed
      charSet - character set of the subkey in the database
  • Method Details