Uses of Enum Class
com.github.shyiko.mysql.binlog.event.deserialization.ColumnType
Packages that use ColumnType
Package
Description
-
Uses of ColumnType in com.github.shyiko.mysql.binlog.event.deserialization
Methods in com.github.shyiko.mysql.binlog.event.deserialization that return ColumnTypeModifier and TypeMethodDescriptionstatic ColumnTypeColumnType.byCode(int code) static ColumnTypeReturns the enum constant of this class with the specified name.static ColumnType[]ColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type ColumnTypeModifier and TypeMethodDescriptionprotected SerializableAbstractRowsEventDataDeserializer.deserializeCell(ColumnType type, int meta, int length, ByteArrayInputStream inputStream) -
Uses of ColumnType in com.github.shyiko.mysql.binlog.event.deserialization.json
Methods in com.github.shyiko.mysql.binlog.event.deserialization.json with parameters of type ColumnTypeModifier and TypeMethodDescriptionprotected voidJsonBinary.parseOpaqueValue(ColumnType type, int length, JsonFormatter formatter) voidJsonFormatter.valueOpaque(ColumnType type, byte[] value) Receive an opaque value of an element in a JSON object.voidJsonStringFormatter.valueOpaque(ColumnType type, byte[] value)