| 限定符和类型 | 方法和说明 |
|---|---|
static MySQLColumnType |
MySQLColumnType.valueOf(int value)
Value of.
|
static MySQLColumnType |
MySQLColumnType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MySQLColumnType |
MySQLColumnType.valueOfJDBCType(int jdbcType)
Value of JDBC type.
|
static MySQLColumnType[] |
MySQLColumnType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MySQLBinlogProtocolValue |
MySQLBinlogProtocolValueFactory.getBinlogProtocolValue(MySQLColumnType columnType)
Get binlog protocol value.
|
| 构造器和说明 |
|---|
MySQLColumnDefinition41Packet(int sequenceId,
int flags,
String schema,
String table,
String orgTable,
String name,
String orgName,
int columnLength,
MySQLColumnType columnType,
int decimals) |
MySQLColumnDefinition41Packet(int sequenceId,
String schema,
String table,
String orgTable,
String name,
String orgName,
int columnLength,
MySQLColumnType columnType,
int decimals)
Field description of column definition Packet.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MySQLBinaryProtocolValue |
MySQLBinaryProtocolValueFactory.getBinaryProtocolValue(MySQLColumnType columnType)
Get binary protocol value.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.