| Package | Description |
|---|---|
| io.vertx.mysqlclient.impl.datatype | |
| io.vertx.mysqlclient.impl.protocol |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataTypeCodec.inferDataTypeByEncodingValue(Object value) |
static DataType |
DataType.valueOf(int value) |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
DataTypeCodec.decodeBinary(DataType dataType,
int collationId,
int columnDefinitionFlags,
io.netty.buffer.ByteBuf buffer) |
static Object |
DataTypeCodec.decodeText(DataType dataType,
int collationId,
int columnDefinitionFlags,
io.netty.buffer.ByteBuf buffer) |
static void |
DataTypeCodec.encodeBinary(DataType dataType,
Object value,
Charset charset,
io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ColumnDefinition.type() |
| Constructor and Description |
|---|
ColumnDefinition(String catalog,
String schema,
String table,
String orgTable,
String name,
String orgName,
int characterSet,
long columnLength,
DataType type,
int flags,
byte decimals) |
Copyright © 2020. All rights reserved.