public interface Column
Column
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumnIndex() |
int |
getDecimalDigits() |
java.lang.String |
getDefaultValue() |
java.lang.String |
getName() |
java.lang.String |
getRemark() |
int |
getSize() |
SqlType |
getSqlType() |
int |
getType() |
java.lang.String |
getTypeName() |
boolean |
isAutoincrement() |
boolean |
isNullable() |
boolean |
isPrimaryKey() |
java.lang.String getName()
java.lang.String getTypeName()
java.lang.String getRemark()
java.lang.String getDefaultValue()
SqlType getSqlType()
int getType()
int getSize()
int getColumnIndex()
boolean isNullable()
boolean isPrimaryKey()
int getDecimalDigits()
boolean isAutoincrement()