public interface ColumnRelationalState extends SimpleValueRelationalState
Modifier and Type | Method and Description |
---|---|
String |
getCheckCondition() |
String |
getComment() |
String |
getCustomReadFragment() |
String |
getCustomWriteFragment() |
String |
getDefault() |
String |
getExplicitColumnName() |
Set<String> |
getIndexes() |
NamingStrategy |
getNamingStrategy() |
Size |
getSize() |
String |
getSqlType() |
Set<String> |
getUniqueKeys() |
boolean |
isGloballyQuotedIdentifiers() |
boolean |
isNullable() |
boolean |
isUnique() |
NamingStrategy getNamingStrategy()
boolean isGloballyQuotedIdentifiers()
String getExplicitColumnName()
boolean isUnique()
Size getSize()
boolean isNullable()
String getCheckCondition()
String getDefault()
String getSqlType()
String getCustomWriteFragment()
String getCustomReadFragment()
String getComment()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.