public class ColumnSpec extends Object
| Constructor and Description |
|---|
ColumnSpec(String name,
String type,
boolean binary,
String defaultValue,
boolean isAutoIncremented,
String indexName,
boolean isUnique,
boolean isNotNull,
String foreignTableName,
String foreignColumnName,
String onDeleteAction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBinary() |
String |
getDefaultValue() |
String |
getForeignColumnName() |
String |
getForeignTableName() |
String |
getIndexName() |
String |
getName() |
String |
getOnDeleteAction() |
String |
getType() |
boolean |
isAutoIncremented() |
boolean |
isNotNull() |
boolean |
isUnique() |
public String getName()
public boolean getBinary()
public String getType()
public String getForeignTableName()
public String getForeignColumnName()
public String getOnDeleteAction()
public boolean isUnique()
public boolean isNotNull()
public String getIndexName()
public boolean isAutoIncremented()
public String getDefaultValue()
Copyright © 2013 DuraSpace. All Rights Reserved.