public class Database extends Object implements Serializable
Table
s.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
IllegalArgumentException
public Collection<Table> getTables()
Copyright © 2018 Nuxeo. All rights reserved.