|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
void |
Database.doFinalInitialization()
Initializes the model. |
String |
ConstraintNameGenerator.generateName(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. |
String |
NameGenerator.generateName(List inputs)
Given a list of String objects, implements an
algorithm which produces a name. |
static String |
NameFactory.generateName(String algorithmName,
List inputs)
Given a list of String objects, implements an
algorithm which produces a name. |
protected NameGenerator |
NameFactory.getAlgorithm(String name)
Factory method which retrieves an instance of the named generator. |
Constructors in org.apache.torque.engine.database.model that throw EngineException | |
---|---|
Index(Table table,
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 | |
---|---|
Database |
XmlToAppData.parseFile(String xmlFile)
Parses a XML input file and returns a newly created and populated Database 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |