Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql.jdbc.db
Class Database

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.jdbc.db.Database
All Implemented Interfaces:
Serializable

public class Database
extends Object
implements Serializable

A collection of Tables.

Author:
Florent Guillaume
See Also:
Serialized Form

Constructor Summary
Database(Dialect dialect)
           
 
Method Summary
 Table addTable(String name)
           
 Table getTable(String name)
           
 Collection<Table> getTables()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Database

public Database(Dialect dialect)
Method Detail

addTable

public Table addTable(String name)
               throws IllegalArgumentException
Throws:
IllegalArgumentException

getTable

public Table getTable(String name)

getTables

public Collection<Table> getTables()

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.