public class ServerColumnDefinitionPacket extends AbstractMySqlPacket implements ServerPacket
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ServerColumnDefinitionPacket.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServerColumnDefinitionPacket.Builder |
builder() |
String |
getCatalog() |
MysqlCharacterSet |
getCharacterSet() |
long |
getColumnLength() |
int |
getDecimals() |
Set<ColumnFlag> |
getFlags() |
String |
getName() |
String |
getOrgName() |
String |
getOrgTable() |
String |
getSchema() |
String |
getTable() |
ColumnType |
getType() |
getSequenceId, getTimestamp, toStringgetSequenceId, getTimestamppublic static ServerColumnDefinitionPacket.Builder builder()
public String getCatalog()
public String getSchema()
public String getTable()
public String getOrgTable()
public String getName()
public String getOrgName()
public MysqlCharacterSet getCharacterSet()
public long getColumnLength()
public ColumnType getType()
public Set<ColumnFlag> getFlags()
public int getDecimals()
Copyright © 2021. All rights reserved.