public class Database extends Object implements Serializable
Tables.| Modifier and Type | Field and Description |
|---|---|
protected Dialect |
dialect |
protected Set<String> |
physicalTables |
protected Map<String,Table> |
tables |
| Modifier and Type | Method and Description |
|---|---|
Table |
addTable(String name) |
Table |
getTable(String name) |
Collection<Table> |
getTables() |
String |
toString() |
protected final Set<String> physicalTables
public Table addTable(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic Collection<Table> getTables()
Copyright © 2018 Nuxeo. All rights reserved.