Uses of Class
org.apache.torque.engine.EngineException

Packages that use EngineException
org.apache.torque.engine.database.model   
org.apache.torque.engine.database.transform   
org.apache.torque.task tasks to generate code, sql, docs, .. 
 

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

Methods in org.apache.torque.engine.database.model that throw EngineException
protected  java.lang.String Database.getProperty(java.lang.String name)
          Returns the value of the named property from this database's db.props file.
 void Database.doFinalInitialization()
           
 java.lang.String NameGenerator.generateName(java.util.List inputs)
          Given a list of String objects, implements an algorithm which produces a name.
 java.lang.String ConstraintNameGenerator.generateName(java.util.List inputs)
          First element of inputs should be of type Database, second should be a table name, third is the type identifier (spared if trimming is necessary due to database type length constraints), and the fourth is a Integer indicating the number of this contraint.
protected  NameGenerator NameFactory.getAlgorithm(java.lang.String name)
          Factory method which retrieves an instance of the named generator.
static java.lang.String NameFactory.generateName(java.lang.String algorithmName, java.util.List inputs)
          Given a list of String objects, implements an algorithm which produces a name.
protected  java.util.Properties AppData.getIdiosyncrasies(java.lang.String databaseType)
          Each database has its own list of idiosyncrasies which can be configured by editting its db.props file.
 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.
 

Constructors in org.apache.torque.engine.database.model that throw EngineException
Index(Table table, java.util.List indexColumns)
          Creates a new instance for the list of columns composing an index.
 

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

Methods in org.apache.torque.engine.database.transform that throw EngineException
 AppData XmlToAppData.parseFile(java.lang.String xmlFile)
          Parses a XML input file and returns a newly created and populated AppData structure.
 

Uses of EngineException in org.apache.torque.task
 

Methods in org.apache.torque.task that throw EngineException
 void TorqueSQLTask.loadIdBrokerModel()
          Create the database model necessary for the IDBroker tables.
 



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