|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineException | |
org.apache.torque.engine.database.model |
Uses of EngineException in org.apache.torque.engine.database.model |
Methods in org.apache.torque.engine.database.model that throw EngineException | |
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. |
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. |
java.lang.String |
NameGenerator.generateName(java.util.List inputs)
Given a list of String objects, implements an
algorithm which produces a name. |
private void |
Index.createName()
|
private java.lang.String |
Table.acquireConstraintName(java.lang.String nameType,
int nbr)
Macro to a constraint name. |
protected java.lang.String |
Database.getProperty(java.lang.String name)
Returns the value of the named property from this database's db.props file. |
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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |