public static interface Schema.Column
Modifier and Type | Method and Description |
---|---|
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
|
Schema.Table table()
String asLabel()
String columnName()
int getLength()
boolean isPrimaryKey()
Copyright © 2018 Apache Software Foundation. All rights reserved.