public interface Field
Modifier and Type | Method and Description |
---|---|
TypeInfo<?> |
getDatabaseType() |
java.lang.Object |
getDefaultValue() |
int |
getJdbcType() |
java.lang.String |
getName() |
boolean |
isAutoIncrement() |
boolean |
isNotNull() |
boolean |
isPrimaryKey() |
boolean |
isUnique() |
java.lang.String getName()
TypeInfo<?> getDatabaseType()
int getJdbcType()
boolean isAutoIncrement()
boolean isNotNull()
java.lang.Object getDefaultValue()
boolean isPrimaryKey()
boolean isUnique()
Copyright © 2007-2018. All Rights Reserved.