|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableColumn.Type | |
---|---|
com.fatwire.gst.foundation.facade.sql.table |
Uses of TableColumn.Type in com.fatwire.gst.foundation.facade.sql.table |
---|
Methods in com.fatwire.gst.foundation.facade.sql.table that return TableColumn.Type | |
---|---|
TableColumn.Type |
TableColumn.getType()
|
static TableColumn.Type |
TableColumn.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableColumn.Type[] |
TableColumn.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.fatwire.gst.foundation.facade.sql.table with parameters of type TableColumn.Type | |
---|---|
TableColumn |
TableDef.addColumn(String name,
TableColumn.Type type)
Adds a non primary column to this table. |
TableColumn |
TableDef.addColumn(String name,
TableColumn.Type type,
boolean primary)
Adds a column to this table. |
Constructors in com.fatwire.gst.foundation.facade.sql.table with parameters of type TableColumn.Type | |
---|---|
TableColumn(String name,
TableColumn.Type type)
|
|
TableColumn(String name,
TableColumn.Type type,
boolean primary)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |