primaryKey
protected boolean primaryKey
The primary key.
ColumnAbstractColumnPojo, ColumnMetadatapublic abstract class AbstractColumn extends java.lang.Object implements Column
AbstractColumn
.| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
protected boolean |
autoincrement |
The autoincrement.
|
protected int |
columnIndex |
The column index.
|
protected int |
decimalDigits |
小数位数.
|
protected java.lang.String |
defaultValue |
The default value.
|
protected java.lang.String |
name |
The name.
|
protected boolean |
nullable |
The nullable.
|
protected boolean |
primaryKey |
The primary key.
|
protected java.lang.String |
remark |
The remark.
|
protected int |
size |
The size.
|
protected java.sql.SQLType |
sqlType |
The sql type.
|
protected Table |
table |
The table.
|
protected int |
type |
The type.
|
protected java.lang.String |
typeName |
The type name.
|
| 构造器 | 说明 |
|---|---|
AbstractColumn() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
getColumnIndex() |
返回columnIndex.
|
int |
getDecimalDigits() |
返回decimalDigits.
|
java.lang.String |
getDefaultValue() |
返回defaultValue.
|
java.lang.String |
getName() |
返回name.
|
java.lang.String |
getRemark() |
返回remark.
|
int |
getSize() |
返回size.
|
java.sql.SQLType |
getSqlType() |
返回sqlType.
|
Table |
getTable() |
返回table.
|
int |
getType() |
返回type.
|
java.lang.String |
getTypeName() |
返回typeName.
|
int |
hashCode() |
|
boolean |
isAutoincrement() |
返回autoincrement.
|
boolean |
isNullable() |
返回nullable.
|
boolean |
isPrimaryKey() |
返回primaryKey.
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waithashCode 在类中 java.lang.Objectequals 在类中 java.lang.ObjecttoString 在类中 java.lang.ObjectgetTypeName 在接口中 ColumngetDefaultValue 在接口中 ColumnisNullable 在接口中 ColumngetColumnIndex 在接口中 ColumnisPrimaryKey 在接口中 ColumngetDecimalDigits 在接口中 ColumnisAutoincrement 在接口中 ColumngetSqlType 在接口中 Column