public class RsFieldPacket extends AbsPacketRead
buff, charsetName, packetBean| 构造器和说明 |
|---|
RsFieldPacket(PacketBean packetBean) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.alibaba.fastjson.JSONObject |
getBody() |
String |
getCatalog() |
int |
getCharset() |
String |
getColumn() |
String |
getDb() |
int |
getDecimalPrecision() |
String |
getDefaultValue() |
long |
getFieldLength() |
int |
getFieldOptions() |
ColumnType |
getFieldType() |
int |
getFixed12() |
String |
getOrginalTable() |
String |
getOriginalColumn() |
int |
getReserved() |
String |
getTable() |
protected void |
readBody() |
getLength, getSequencepublic RsFieldPacket(PacketBean packetBean)
public com.alibaba.fastjson.JSONObject getBody()
protected void readBody()
throws IOException
readBody 在类中 AbsPacketReadIOExceptionpublic String getCatalog()
public String getDb()
public String getTable()
public String getOrginalTable()
public String getColumn()
public String getOriginalColumn()
public int getFixed12()
public int getCharset()
public long getFieldLength()
public ColumnType getFieldType()
public int getFieldOptions()
public int getDecimalPrecision()
public int getReserved()
public String getDefaultValue()
Copyright © 2017. All rights reserved.