Uses of Class
org.apache.torque.engine.database.model.Database

Packages that use Database
org.apache.torque.engine.database.model   
org.apache.torque.engine.database.transform   
 

Uses of Database in org.apache.torque.engine.database.model
 

Methods in org.apache.torque.engine.database.model that return Database
 Database Table.getDatabase()
          Get the parent of the table
 Database AppData.getDatabase()
          Get database object.
 Database[] AppData.getDatabases()
          Return an array of all databases
 Database AppData.getDatabase(java.lang.String name)
          Return the database with the specified name.
 Database AppData.addDatabase(org.xml.sax.Attributes attrib)
          An utility method to add a new database from an xml attribute.
 

Methods in org.apache.torque.engine.database.model with parameters of type Database
 void Table.setDatabase(Database parent)
          Set the parent of the table
 void AppData.addDatabase(Database db)
          Add a database to the list and sets the AppData property to this AppData
 

Uses of Database in org.apache.torque.engine.database.transform
 

Constructors in org.apache.torque.engine.database.transform with parameters of type Database
XmlToData(Database database, java.lang.String dtdFilePath)
          Default custructor
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.