| 
||||||||||
| 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 | |
|---|---|
 String | 
asLabel()
Alias to be used by the select statement for this column  | 
 String | 
columnName()
Name of the column  | 
 int | 
getLength()
Returns the length of the column  | 
 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()
String asLabel()
String columnName()
Class<?> getType()
int getLength()
boolean isPrimaryKey()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||