Uses of Enum
org.apache.shardingsphere.db.protocol.mysql.constant.MySQLBinaryColumnType
Packages that use MySQLBinaryColumnType
Package
Description
-
Uses of MySQLBinaryColumnType in org.apache.shardingsphere.db.protocol.mysql.constant
Methods in org.apache.shardingsphere.db.protocol.mysql.constant that return MySQLBinaryColumnTypeModifier and TypeMethodDescriptionstatic MySQLBinaryColumnTypeMySQLBinaryColumnType.valueOf(int value) Value of.static MySQLBinaryColumnTypeReturns the enum constant of this type with the specified name.static MySQLBinaryColumnTypeMySQLBinaryColumnType.valueOfJDBCType(int jdbcType) Value of JDBC type.static MySQLBinaryColumnType[]MySQLBinaryColumnType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MySQLBinaryColumnType in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value
Methods in org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value with parameters of type MySQLBinaryColumnTypeModifier and TypeMethodDescriptionstatic MySQLBinlogProtocolValueMySQLBinlogProtocolValueFactory.getBinlogProtocolValue(MySQLBinaryColumnType columnType) Get binlog protocol value. -
Uses of MySQLBinaryColumnType in org.apache.shardingsphere.db.protocol.mysql.packet.command.query
Constructors in org.apache.shardingsphere.db.protocol.mysql.packet.command.query with parameters of type MySQLBinaryColumnTypeModifierConstructorDescriptionMySQLColumnDefinition41Packet(int sequenceId, int characterSet, int flags, String schema, String table, String orgTable, String name, String orgName, int columnLength, MySQLBinaryColumnType columnType, int decimals, boolean containDefaultValues) MySQLColumnDefinition41Packet(int sequenceId, int characterSet, String schema, String table, String orgTable, String name, String orgName, int columnLength, MySQLBinaryColumnType columnType, int decimals, boolean containDefaultValues)