public class Table extends Object implements Serializable
Constructor and Description |
---|
Table(String name)
Creates a new empty table.
|
Modifier and Type | Method and Description |
---|---|
void |
addColumn(Column column) |
List<Column> |
getColumns() |
String |
getCreateSql(Dialect dialect)
Computes the SQL statement to create the table.
|
String |
getName() |
String |
getQuotedName(Dialect dialect) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.