java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLConstants

public final class MySQLConstants extends Object
MySQL constants.
  • Field Details

    • MYSQL_CHARACTER_SET_ATTRIBUTE_KEY

      public static final io.netty.util.AttributeKey<MySQLCharacterSet> MYSQL_CHARACTER_SET_ATTRIBUTE_KEY
    • MYSQL_OPTION_MULTI_STATEMENTS

      public static final io.netty.util.AttributeKey<Integer> MYSQL_OPTION_MULTI_STATEMENTS
  • Constructor Details

    • MySQLConstants

      public MySQLConstants()