|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Schema.Column
Interface or table columns
Method Summary | |
---|---|
java.lang.String |
asLabel()
Alias to be used by the select statement for this column |
java.lang.String |
columnName()
Name of the column |
int |
getLength()
Returns the length of the column |
java.lang.Class<?> |
getType()
Returns the datatype of the column |
boolean |
isPrimaryKey()
Returns if the field is a primary key or not |
Schema.Table |
table()
Table to which the column belongs |
Method Detail |
---|
Schema.Table table()
java.lang.String asLabel()
java.lang.String columnName()
java.lang.Class<?> getType()
int getLength()
boolean isPrimaryKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |