Class ShardingMetadata.SubKeyMetadata

  • <section role="region">
    • Constructor Detail

      • 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
    </section> <section role="region"> </section>