|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mariadb.jdbc.internal.com.read.resultset.ColumnInformation
public class ColumnInformation
| Constructor Summary | |
|---|---|
ColumnInformation(Buffer buffer)
Read column information from buffer. |
|
ColumnInformation(ColumnType type)
|
|
| Method Summary | |
|---|---|
static ColumnInformation |
create(String name,
ColumnType type)
Constructor. |
String |
getCatalog()
|
short |
getCharsetNumber()
|
ColumnType |
getColumnType()
|
String |
getDb()
|
byte |
getDecimals()
|
int |
getDisplaySize()
Get column size. |
short |
getFlags()
|
long |
getLength()
|
String |
getName()
|
String |
getOriginalName()
|
String |
getOriginalTable()
|
long |
getPrecision()
Return metadata precision. |
String |
getTable()
|
boolean |
isBinary()
|
boolean |
isBlob()
|
boolean |
isMultipleKey()
|
boolean |
isNotNull()
|
boolean |
isPrimaryKey()
|
boolean |
isSigned()
|
boolean |
isUniqueKey()
|
boolean |
isZeroFill()
|
void |
setUnsigned()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnInformation(ColumnType type)
public ColumnInformation(Buffer buffer)
buffer - buffer| Method Detail |
|---|
public static ColumnInformation create(String name,
ColumnType type)
name - column nametype - column 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 long getPrecision()
public int getDisplaySize()
public byte getDecimals()
public ColumnType getColumnType()
public short getFlags()
public boolean isSigned()
public boolean isNotNull()
public boolean isPrimaryKey()
public boolean isUniqueKey()
public boolean isMultipleKey()
public boolean isBlob()
public void setUnsigned()
public boolean isZeroFill()
public boolean isBinary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||