Package | Description |
---|---|
com.fatwire.gst.foundation.facade.sql.table |
Modifier and Type | Method and Description |
---|---|
TableColumn.Type |
TableColumn.getType()
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TableColumn |
TableDef.addColumn(String name,
TableColumn.Type type)
Deprecated.
Adds a non primary column to this table.
|
TableColumn |
TableDef.addColumn(String name,
TableColumn.Type type,
boolean primary)
Deprecated.
Adds a column to this table.
|
Constructor and Description |
---|
TableColumn(String name,
TableColumn.Type type)
Deprecated.
|
TableColumn(String name,
TableColumn.Type type,
boolean primary)
Deprecated.
|
Copyright © 2016–2017. All rights reserved.