Modifier and Type | Required Element and Description |
---|---|
String |
columnName
name of this DB Column
|
Modifier and Type | Optional Element and Description |
---|---|
String |
columnType
type of this DB column
|
boolean |
isAutoIncrement
Flag of this DB column is auto_increment (for MYSQL)
|
boolean |
isNullable
Flag of this DB column allows null
|
boolean |
isPrimaryKey
Flag of this DB column is primary key
|
boolean |
isUnique
Flag of this DB column is unique
|
public abstract String columnName
public abstract String columnType
public abstract boolean isNullable
Copyright © 2015. All rights reserved.