public class RsFieldPacket extends AbsPacketRead
packetBean| 构造器和说明 |
|---|
RsFieldPacket(PacketBean packetBean) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.tapestry5.json.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(ByteUtil.AssitRead reader) |
getLength, getSequencepublic RsFieldPacket(PacketBean packetBean)
public org.apache.tapestry5.json.JSONObject getBody()
protected void readBody(ByteUtil.AssitRead reader) 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 © 2016. All rights reserved.