public interface Column
Column
.| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumnIndex()
Gets the column index.
|
int |
getDecimalDigits()
Gets the decimal digits.
|
java.lang.String |
getDefaultValue()
Gets the default value.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getRemark()
Gets the remark.
|
int |
getSize()
Gets the size.
|
java.sql.SQLType |
getSqlType()
Gets the sql type.
|
Table |
getTable()
Gets the table.
|
int |
getType()
Gets the type.
|
java.lang.String |
getTypeName()
Gets the type name.
|
boolean |
isAutoincrement()
Checks if is autoincrement.
|
boolean |
isNullable()
Checks if is nullable.
|
boolean |
isPrimaryKey()
Checks if is primary key.
|
java.lang.String getName()
java.lang.String getTypeName()
java.lang.String getRemark()
java.lang.String getDefaultValue()
java.sql.SQLType getSqlType()
int getType()
int getSize()
int getColumnIndex()
boolean isNullable()
boolean isPrimaryKey()
int getDecimalDigits()
boolean isAutoincrement()
Table getTable()