|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
Database |
Table.getDatabase()
Get the parent of the table |
Methods in org.apache.torque.engine.database.model with parameters of type Database | |
void |
AppData.addDatabase(Database db)
Add a database to the list and sets the AppData property to this AppData |
void |
Table.setDatabase(Database parent)
Set the parent of the table |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |