Package | Description |
---|---|
com.fatwire.gst.foundation.facade.sql.table |
Modifier and Type | Class and Description |
---|---|
class |
CharColumn |
Modifier and Type | Method and Description |
---|---|
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.
|
TableColumn |
TableColumn.setDecimal(int decimal) |
TableColumn |
TableColumn.setLength(int length) |
TableColumn |
TableColumn.setNullable(boolean nullable) |
TableColumn |
TableColumn.setUnique(boolean unique) |
Modifier and Type | Method and Description |
---|---|
Iterable<TableColumn> |
TableDef.getColumns() |
Modifier and Type | Method and Description |
---|---|
TableDef |
TableDef.addColumn(TableColumn col) |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.