public interface BaseColumnMetadata extends BindableMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnDefinition()
Returns the raw column definition of the column.
|
String |
getTable()
Returns the table of the column.
|
boolean |
isInsertable()
Returns if the column is insertable.
|
boolean |
isNullable()
Returns if the column is nullable.
|
boolean |
isUnique()
Returns if the column is unique.
|
boolean |
isUpdatable()
Returns if the column is updatable.
|
getNamegetLocatorString getColumnDefinition()
String getTable()
boolean isInsertable()
boolean isNullable()
boolean isUnique()
boolean isUpdatable()
Copyright © 2012-2013 Batoo. All Rights Reserved.