public class MysqlColumn
extends java.lang.Object
Constructor and Description |
---|
MysqlColumn() |
Modifier and Type | Method and Description |
---|---|
int |
getCharset() |
int |
getDecimals() |
long |
getDefault() |
int |
getFlags() |
int |
getLength() |
int |
getPrecision() |
int |
getRowLength() |
int |
getRowOffset() |
int |
getScale() |
java.lang.String |
getSchema() |
int |
getSQLType() |
int |
getType() |
java.lang.String |
getTypeName() |
boolean |
isAutoIncrement() |
boolean |
isBinary() |
boolean |
isBlob() |
boolean |
isEnum() |
boolean |
isMultipleKey() |
boolean |
isNotNull() |
boolean |
isPrimaryKey() |
boolean |
isSet() |
boolean |
isTimestamp() |
boolean |
isUniqueKey() |
boolean |
isUnsigned() |
boolean |
isZeroFill() |
void |
setCharset(int charset) |
void |
setDecimals(int decimals) |
void |
setDefault(long value) |
void |
setFlags(int flags) |
void |
setLength(int length) |
void |
setRowLength(int length) |
void |
setRowOffset(int offset) |
void |
setType(int type) |
java.lang.String |
toString() |
public void setCharset(int charset)
public int getCharset()
public void setLength(int length)
public int getLength()
public void setType(int type)
public int getType()
public void setFlags(int flags)
public int getFlags()
public void setDecimals(int decimals)
public int getDecimals()
public void setDefault(long value)
public long getDefault()
public java.lang.String getSchema()
public int getSQLType()
public java.lang.String getTypeName()
public int getPrecision()
public int getScale()
public boolean isNotNull()
public boolean isPrimaryKey()
public boolean isUniqueKey()
public boolean isMultipleKey()
public boolean isBlob()
public boolean isUnsigned()
public boolean isZeroFill()
public boolean isBinary()
public boolean isEnum()
public boolean isAutoIncrement()
public boolean isTimestamp()
public boolean isSet()
public int getRowOffset()
public void setRowOffset(int offset)
public int getRowLength()
public void setRowLength(int length)
public java.lang.String toString()
toString
in class java.lang.Object