| Package | Description |
|---|---|
| com.github.shyiko.mysql.binlog.event.deserialization | |
| com.github.shyiko.mysql.binlog.event.deserialization.json |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Serializable |
AbstractRowsEventDataDeserializer.deserializeCell(ColumnType type,
int meta,
int length,
ByteArrayInputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonBinary.parseOpaqueValue(ColumnType type,
int length,
JsonFormatter formatter) |
void |
JsonStringFormatter.valueOpaque(ColumnType type,
byte[] value) |
void |
JsonFormatter.valueOpaque(ColumnType type,
byte[] value)
Receive an opaque value of an element in a JSON object.
|
Copyright © 2019. All rights reserved.