|
||||||||||
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 | |
org.kuali.core.db.torque |
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.parseResource(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 | |
---|---|
protected Database |
TorqueDataModelTask.getDataModel(File file)
Parse a schema XML File into a Database object |
protected List<Database> |
TorqueDataModelTask.getPopulatedDataModels()
Parse schema XML files into Database objects |
Uses of EngineException in org.kuali.core.db.torque |
---|
Methods in org.kuali.core.db.torque that throw EngineException | |
---|---|
Database |
DatabaseParser.parseResource(String location)
|
KualiDatabase |
KualiXmlToAppData.parseResource(String location)
Parses a XML input file and returns a newly created and populated Database structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |