Uses of Enum
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLStatusFlag
Packages that use MySQLStatusFlag
-
Uses of MySQLStatusFlag in org.apache.shardingsphere.db.protocol.mysql.constant
Methods in org.apache.shardingsphere.db.protocol.mysql.constant that return MySQLStatusFlagModifier and TypeMethodDescriptionstatic MySQLStatusFlagMySQLStatusFlag.valueOf(int value) Value of MySQL status flag.static MySQLStatusFlagReturns the enum constant of this type with the specified name.static MySQLStatusFlag[]MySQLStatusFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.