Class Database
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.jdbc.db.Database
-
- All Implemented Interfaces:
Serializable
public class Database extends Object implements Serializable
A collection ofTable
s.- Author:
- Florent Guillaume
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Table
addTable(String name)
Table
getTable(String name)
Collection<Table>
getTables()
String
toString()
-
-
-
Constructor Detail
-
Database
public Database(Dialect dialect)
-
-
Method Detail
-
addTable
public Table addTable(String name) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
getTables
public Collection<Table> getTables()
-
-