public interface BaseColumnMetadata extends BindableMetadata
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnDefinition()
Returns the raw column definition of the column.
|
java.lang.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.
|
getNamegetLocatorjava.lang.String getColumnDefinition()
java.lang.String getTable()
boolean isInsertable()
boolean isNullable()
boolean isUnique()
boolean isUpdatable()
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.