public class DDLField extends Object
Constructor and Description |
---|
DDLField() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getDefaultValue() |
int |
getJdbcType() |
String |
getName() |
TypeInfo<?> |
getType() |
int |
hashCode() |
boolean |
isAutoIncrement() |
boolean |
isNotNull() |
boolean |
isPrimaryKey() |
boolean |
isUnique() |
void |
setAutoIncrement(boolean autoIncrement) |
void |
setDefaultValue(Object defaultValue) |
void |
setJdbcType(int jdbcType) |
void |
setName(String name) |
void |
setNotNull(boolean notNull) |
void |
setPrimaryKey(boolean primaryKey) |
void |
setType(TypeInfo<?> type) |
void |
setUnique(boolean unique) |
String |
toString() |
public String getName()
public void setName(String name)
public TypeInfo<?> getType()
public void setType(TypeInfo<?> type)
public int getJdbcType()
public void setJdbcType(int jdbcType)
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
public boolean isAutoIncrement()
public void setAutoIncrement(boolean autoIncrement)
public boolean isNotNull()
public void setNotNull(boolean notNull)
public boolean isUnique()
public void setUnique(boolean unique)
public Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
Copyright © 2007-2016. All Rights Reserved.