Uses of Class
com.github.shyiko.mysql.binlog.event.deserialization.ColumnType

Packages that use ColumnType
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
static ColumnType ColumnType.byCode(int code)
           
static ColumnType ColumnType.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
protected  Serializable AbstractRowsEventDataDeserializer.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
protected  void JsonBinary.parseOpaqueValue(ColumnType type, int length, JsonFormatter formatter)
           
 void JsonFormatter.valueOpaque(ColumnType type, byte[] value)
          Receive an opaque value of an element in a JSON object.
 void JsonStringFormatter.valueOpaque(ColumnType type, byte[] value)
           
 



Copyright © 2016. All Rights Reserved.