public final class Table extends Object
| Constructor and Description |
|---|
Table(String name,
List<Column> columns,
Collection<ForeignKey> foreignKeys) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumns() |
Collection<ForeignKey> |
getForeignKeys() |
String |
getName() |
public Table(String name, List<Column> columns, Collection<ForeignKey> foreignKeys)
public String getName()
public Collection<ForeignKey> getForeignKeys()
Copyright © 2018 Atlassian. All rights reserved.