| Modifier and Type | Method and Description |
|---|---|
static MySQLBinaryColumnType |
MySQLBinaryColumnType.valueOf(int value)
Value of.
|
static MySQLBinaryColumnType |
MySQLBinaryColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLBinaryColumnType |
MySQLBinaryColumnType.valueOfJDBCType(int jdbcType)
Value of JDBC type.
|
static MySQLBinaryColumnType[] |
MySQLBinaryColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MySQLBinlogProtocolValue |
MySQLBinlogProtocolValueFactory.getBinlogProtocolValue(MySQLBinaryColumnType columnType)
Get binlog protocol value.
|
| Constructor and Description |
|---|
MySQLColumnDefinition41Packet(int characterSet,
String schema,
String table,
String orgTable,
String name,
String orgName,
int columnLength,
MySQLBinaryColumnType columnType,
int decimals,
boolean containDefaultValues) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.