Uses of Class
com.github.shyiko.mysql.binlog.event.deserialization.ColumnType
-
Packages that use ColumnType Package Description com.github.shyiko.mysql.binlog.event.deserialization com.github.shyiko.mysql.binlog.event.deserialization.json -
-
Uses of ColumnType in com.github.shyiko.mysql.binlog.event.deserialization
Methods in com.github.shyiko.mysql.binlog.event.deserialization that return ColumnType Modifier and Type Method Description static ColumnTypeColumnType. byCode(int code)static ColumnTypeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnType[]ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.shyiko.mysql.binlog.event.deserialization with parameters of type ColumnType Modifier and Type Method Description protected 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 ColumnType Modifier and Type Method Description protected 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)
-