Uses of Enum
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLCapabilityFlag
Packages that use MySQLCapabilityFlag
-
Uses of MySQLCapabilityFlag in org.apache.shardingsphere.db.protocol.mysql.constant
Methods in org.apache.shardingsphere.db.protocol.mysql.constant that return MySQLCapabilityFlagModifier and TypeMethodDescriptionstatic MySQLCapabilityFlagReturns the enum constant of this type with the specified name.static MySQLCapabilityFlag[]MySQLCapabilityFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shardingsphere.db.protocol.mysql.constant with parameters of type MySQLCapabilityFlagModifier and TypeMethodDescriptionstatic intMySQLCapabilityFlag.calculateCapabilityFlags(MySQLCapabilityFlag... capabilities) Calculate capability flags.