public class MySQLColumnInformation extends Object
Constructor and Description |
---|
MySQLColumnInformation(RawPacket buffer) |
Modifier and Type | Method and Description |
---|---|
static MySQLColumnInformation |
create(String name,
MySQLType type) |
String |
getCatalog() |
short |
getCharsetNumber() |
String |
getDb() |
byte |
getDecimals() |
int |
getDisplaySize() |
short |
getFlags() |
long |
getLength() |
String |
getName() |
String |
getOriginalName() |
String |
getOriginalTable() |
String |
getTable() |
MySQLType |
getType() |
boolean |
isBinary() |
boolean |
isSigned() |
public MySQLColumnInformation(RawPacket buffer) throws IOException
IOException
public static MySQLColumnInformation create(String name, MySQLType type)
public String getCatalog()
public String getDb()
public String getTable()
public String getOriginalTable()
public String getName()
public String getOriginalName()
public short getCharsetNumber()
public long getLength()
public int getDisplaySize()
public byte getDecimals()
public MySQLType getType()
public short getFlags()
public boolean isSigned()
public boolean isBinary()
Copyright © 2016. All rights reserved.