Uses of Enum
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLCharacterSet
Packages that use MySQLCharacterSet
-
Uses of MySQLCharacterSet in org.apache.shardingsphere.db.protocol.mysql.constant
Fields in org.apache.shardingsphere.db.protocol.mysql.constant declared as MySQLCharacterSetFields in org.apache.shardingsphere.db.protocol.mysql.constant with type parameters of type MySQLCharacterSetModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<MySQLCharacterSet>MySQLConstants.MYSQL_CHARACTER_SET_ATTRIBUTE_KEYMethods in org.apache.shardingsphere.db.protocol.mysql.constant that return MySQLCharacterSetModifier and TypeMethodDescriptionstatic MySQLCharacterSetMySQLCharacterSet.findById(int id) Get character set by id.static MySQLCharacterSetReturns the enum constant of this type with the specified name.static MySQLCharacterSet[]MySQLCharacterSet.values()Returns an array containing the constants of this enum type, in the order they are declared.