|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
null
name.
NameGenerator
implementation for table-specific
constraints.NameGenerator.CONV_METHOD_UNDERSCORE
except nothing is
converted to lowercase.
NameGenerator.CONV_METHOD_UNDERSCORE
except a possible
schema name (preceding a dot (.) )is omitted
null
name.
EngineException
without specified detail
message.
EngineException
with specified detail
message.
EngineException
with specified nested
Throwable
.
EngineException
with specified detail
message and nested Throwable
.
value
.
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.
inputs
should consist of two elements, the
original name of the database element and the method for
generating the name.
String
objects, implements an
algorithm which produces a name.
String
objects, implements an
algorithm which produces a name.
Convert a List into a List of table names
- getTables() -
Method in class org.apache.torque.engine.database.model.Database
- Return an List of all tables
- getTargetDatabase() -
Method in class org.apache.torque.task.TorqueDataModelTask
- Get the current target database.
- getTargetDatabase() -
Method in class org.kuali.core.db.torque.DumpTask
-
- getTargetPackage() -
Method in class org.apache.torque.task.TorqueDataModelTask
- Get the current target package.
- getTimestamp() -
Method in class org.kuali.db.DatabaseEvent
-
- getTorqueType() -
Method in class org.apache.torque.engine.database.model.Column
- Returns the column type as given in the schema as an object
- getTorqueType(Integer) -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Returns Torque type constant corresponding to JDBC type code.
- getTotalStatements() -
Method in class org.kuali.db.DatabaseEvent
-
- getTotalStatements() -
Method in class org.kuali.db.SQLExecutor
-
- getTransaction() -
Method in class org.kuali.db.DatabaseEvent
-
- getTransactions() -
Method in class org.kuali.db.SQLExecutor
-
- getType() -
Method in class org.apache.torque.engine.database.model.Column
- Deprecated. the type conversion is handled by the platform package (since torque 3.2)
- getType() -
Method in class org.apache.torque.engine.database.model.Domain
-
- getType() -
Method in class org.kuali.db.JDBCConfiguration
-
- getUncapitalisedJavaName() -
Method in class org.apache.torque.engine.database.model.Column
- Get variable name to use in Java sources (= uncapitalised java name)
- getUnices() -
Method in class org.apache.torque.engine.database.model.Table
- Returns a List containing all the UKs in the table
- getUpdateCountTotal() -
Method in class org.kuali.db.DatabaseEvent
-
- getUrl() -
Method in class org.kuali.core.db.torque.DumpTask
-
- getUrl() -
Method in class org.kuali.db.ConnectionHandler
-
- getUrl() -
Method in class org.kuali.db.SQLGenerator
-
- getUrlFragment() -
Method in class org.kuali.db.JDBCConfiguration
-
- getUsername() -
Method in class org.kuali.core.db.torque.DumpTask
-
- getUsername() -
Method in class org.kuali.db.Credentials
-
- getValue() -
Method in class org.apache.torque.engine.database.model.IdMethodParameter
- Get the parameter value
- getValue() -
Method in class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
-
- getValue() -
Method in class org.kuali.db.DelimiterType
-
- getValues() -
Method in class org.apache.torque.task.TorqueSQLExec.DelimiterType
-
- getValues() -
Method in class org.apache.torque.task.TorqueSQLExec.OnError
-
- getValues() -
Method in class org.kuali.db.DelimiterType
- This is the only method a subclass needs to implement.
- getViewDefinition(Connection, String, String) -
Method in interface org.apache.torque.engine.platform.Platform
-
- getViewDefinition(Connection, String, String) -
Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
-
- getViewDefinition(Connection, String, String) -
Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
-
- getViewDefinition(Connection, String, String) -
Method in class org.apache.torque.engine.platform.PlatformOracleImpl
-
- getViewNames(DatabaseMetaData) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- getViews() -
Method in class org.kuali.core.db.torque.pojo.KualiDatabase
-
- getVillageMethod() -
Method in class org.apache.torque.engine.database.model.Column
- Return Village asX() method which corresponds to the JDBC type which represents this column.
- getVillageMethod(SchemaType) -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Return Village asX() method which corresponds to the
JDBC type provided.
- getVillageObjectMethod(SchemaType) -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Return Village asX() method which corresponds to the
JDBC type provided.
- getWriter(String) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
- This is where the XML will be written to
- getXmlFile() -
Method in class org.apache.torque.task.TorqueDataModelTask
- Get the xml schema describing the application model.
H
- hasOnDelete() -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Returns whether or not the onDelete attribute is set
- hasOnUpdate() -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Returns whether or not the onUpdate attribute is set
- hasPrimaryKey() -
Method in class org.apache.torque.engine.database.model.Table
- Determine whether this table has a primary key.
- hasScale(String) -
Method in interface org.apache.torque.engine.platform.Platform
- Returns if the RDBMS-specific SQL type has a scale attribute.
- hasScale(String) -
Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
-
- hasSize(String) -
Method in interface org.apache.torque.engine.platform.Platform
- Returns if the RDBMS-specific SQL type has a size attribute.
- hasSize(String) -
Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
-
- hasSize(String) -
Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
-
I
- ID_BROKER -
Static variable in interface org.apache.torque.engine.database.model.IDMethod
- Key generation via the IDBroker table.
- IDENTITY -
Static variable in interface org.apache.torque.engine.platform.Platform
- constant for native id method
- IDMethod - Interface in org.apache.torque.engine.database.model
- Interface for various ID retrieval method types.
- IdMethodParameter - Class in org.apache.torque.engine.database.model
- Information related to an ID method.
- IdMethodParameter() -
Constructor for class org.apache.torque.engine.database.model.IdMethodParameter
-
- ImpexDTDResolver - Class in org.kuali.core.db.torque
- Kuali customized Torque's database.dtd by adding sequence and view.
- ImpexDTDResolver() -
Constructor for class org.kuali.core.db.torque.ImpexDTDResolver
-
- Index - Class in org.apache.torque.engine.database.model
- Information about indices of a table.
- Index() -
Constructor for class org.apache.torque.engine.database.model.Index
- Creates a new instance with default characteristics (no name or
parent table, small column list size allocation, non-unique).
- Index(Table, List) -
Constructor for class org.apache.torque.engine.database.model.Index
- Creates a new instance for the list of columns composing an
index.
- Index - Class in org.kuali.core.db.torque.pojo
-
- Index() -
Constructor for class org.kuali.core.db.torque.pojo.Index
-
- indexOfValue(String) -
Method in class org.kuali.db.DelimiterType
- get the index of a value in this enumeration.
- info(String) -
Method in class org.kuali.db.SQLExecutor
-
- Inheritance - Class in org.apache.torque.engine.database.model
- A Class for information regarding possible objects representing a table
- Inheritance() -
Constructor for class org.apache.torque.engine.database.model.Inheritance
-
- initControlContext() -
Method in class org.apache.torque.task.TorqueDataModelTask
- Set up the initial context for generating SQL
- initControlContext() -
Method in class org.apache.torque.task.TorqueDocumentationTask
- Place our target package value into the context for use in the templates.
- initControlContext() -
Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
- Initialize a Velocity context that can generate SQL from XML data files
- initControlContext() -
Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
- Set up the initial context for generating the SQL from the XML schema.
- initialize() -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Initializes the SQL to Java map so that it
can be used by client code.
- INTEGER -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- INTEGER_NATIVE_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- INTEGER_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- INTEGER_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- INTEGER_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- INTEGER_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- INTEGER_VILLAGE_OBJECT_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- intersection(Set<T>, Set<T>) -
Static method in class org.kuali.core.db.torque.SetUtils
- Returns only those elements that are present in both A and B
- isAbstract() -
Method in class org.apache.torque.engine.database.model.Table
- When a table is abstract, it marks the business object class that is generated as being abstract.
- isAlias() -
Method in class org.apache.torque.engine.database.model.Table
- Is this table specified in the schema or is there just a foreign key reference to it.
- isAntCompatibilityMode() -
Method in class org.kuali.core.db.torque.DumpTask
-
- isAppend() -
Method in class org.kuali.db.SQLExecutor
-
- isAutocommit() -
Method in class org.kuali.db.ConnectionHandler
-
- isAutocommit() -
Method in class org.kuali.db.SQLExecutor
-
- isAutoIncrement() -
Method in class org.apache.torque.engine.database.model.Column
- Return auto increment/sequence string for the target database.
- isBit() -
Method in class org.apache.torque.engine.database.model.Column
- Returns true if the column type is boolean in the java object and a Bit ("1" or "0") in the db.
- isBit(SchemaType) -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Returns true if the type is boolean in the
java object and a Bit "1" or "0" in the db.
- isBooleanChar() -
Method in class org.apache.torque.engine.database.model.Column
- Returns true if the column type is boolean in the java object and a String ("Y" or "N") in the db.
- isBooleanChar(SchemaType) -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Returns true if the type is boolean in the
java object and a String "Y" or "N" in the db.
- isBooleanInt() -
Method in class org.apache.torque.engine.database.model.Column
- Returns true if the column type is boolean in the java object and a numeric (1 or 0) in the db.
- isBooleanInt(SchemaType) -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Returns true if the type is boolean in the java
object and a numeric (1 or 0) in the db.
- isConnectionError() -
Method in class org.kuali.db.ConnectionHandler
-
- isConnectionError() -
Method in class org.kuali.db.SQLExecutor
-
- isCorrectGetters() -
Method in class org.apache.torque.engine.database.model.Column
- Return the correctGetters property of the column
- isEmpty(List<?>) -
Method in class org.kuali.core.db.torque.StringFilter
- Return true if the List is null or has zero elements
- isEnableAnonymousPassword() -
Method in class org.kuali.db.ConnectionHandler
-
- isEnableAnonymousUsername() -
Method in class org.kuali.db.ConnectionHandler
-
- isEnumeratedClasses() -
Method in class org.apache.torque.engine.database.model.Column
- Determine if possible classes have been enumerated in the xml file.
- isEscapeProcessing() -
Method in class org.kuali.db.SQLExecutor
-
- isExclude(String) -
Method in class org.kuali.core.db.torque.StringFilter
- Return true if the string matches one or more of the exclude patterns
- isFileOrResource(String) -
Method in class org.kuali.core.db.torque.Utils
- Return true if this is a file on the file system OR a resource that Spring can locate
- isForeignKey() -
Method in class org.apache.torque.engine.database.model.Column
- Utility method to determine if this column is a foreign key.
- isForReferenceOnly() -
Method in class org.apache.torque.engine.database.model.Table
- Flag to determine if code/sql gets created for this table.
- isHeavyIndexing() -
Method in class org.apache.torque.engine.database.model.Database
- Get the value of heavyIndexing.
- isInclude(String) -
Method in class org.kuali.core.db.torque.StringFilter
- Return true if no inclusion patterns have been specified.
Return true if there have been inclusion patterns specified and there is a match on at least one of them
Return false otherwise.
- isInheritance() -
Method in class org.apache.torque.engine.database.model.Column
- Determine if this column is a normal property or specifies a the classes that are represented in the table
containing this column.
- isInitialized() -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Report whether this object has been initialized.
- isKeepFormat() -
Method in class org.kuali.db.SQLExecutor
-
- isMatch(String, List<Pattern>) -
Method in class org.kuali.core.db.torque.StringFilter
- Return true if the string matches any of the patterns
- isMultipleFK() -
Method in class org.apache.torque.engine.database.model.Column
- Determine if this column is a foreign key that refers to the same table as another foreign key column in this
table.
- isNotNull() -
Method in class org.apache.torque.engine.database.model.Column
- Return the isNotNull property of the column
- isPrimaryKey() -
Method in class org.apache.torque.engine.database.model.Column
- Return true if the column is a primary key
- isPrimitive() -
Method in class org.apache.torque.engine.database.model.Column
- returns true, if the columns java native type is an boolean, byte, short, int, long, float, double, char
- isPrintResultSet() -
Method in class org.kuali.db.SQLExecutor
-
- isProcessSequences() -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- isProcessTables() -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- isProcessViews() -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- isProtected() -
Method in class org.apache.torque.engine.database.model.Column
- Return the isProtected property of the column
- isShowheaders() -
Method in class org.kuali.db.SQLExecutor
-
- isShowPassword() -
Method in class org.kuali.db.ConnectionHandler
-
- isSkipOnConnectionError() -
Method in class org.kuali.db.ConnectionHandler
-
- isSkipOnConnectionError() -
Method in class org.kuali.db.SQLExecutor
-
- isSkipSql() -
Method in class org.apache.torque.engine.database.model.Table
- Skip generating sql for this table (in the event it should not be created from scratch).
- isSpecialDefault(String) -
Method in interface org.apache.torque.engine.platform.Platform
-
- isSpecialDefault(String) -
Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
-
- isSpecialDefault(String) -
Method in class org.apache.torque.engine.platform.PlatformOracleImpl
-
- isString() -
Method in class org.apache.torque.engine.database.model.Column
- Deprecated. will be removed after the 3.3 release
- isSubset(Set<T>, Set<T>) -
Static method in class org.kuali.core.db.torque.SetUtils
- Return true if every element in A is also present in B
- isSuperset(Set<T>, Set<T>) -
Static method in class org.kuali.core.db.torque.SetUtils
- Return true if every element in B is also present in A
- isTextType(SchemaType) -
Static method in class org.apache.torque.engine.database.model.TypeMap
- Returns true if values for the type need to be quoted.
- isUnique() -
Method in class org.apache.torque.engine.database.model.Column
- Get the UNIQUE property
- isUnique() -
Method in class org.apache.torque.engine.database.model.Index
- Returns the uniqueness of this index.
- isUnique() -
Method in class org.apache.torque.engine.database.model.Unique
- Returns
true
.
- isUnique() -
Method in class org.kuali.core.db.torque.pojo.Index
-
- isUsePrimitive() -
Method in class org.apache.torque.engine.database.model.Column
-
- isValidRdbms(Connection) -
Method in class org.apache.torque.task.TorqueSQLExec
- Verify if connected to the correct RDBMS
- iterator() -
Static method in class org.apache.torque.engine.database.model.SchemaType
-
J
- JAVA_GENERATOR -
Static variable in class org.apache.torque.engine.database.model.NameFactory
- The fully qualified class name of the Java name generator.
- JAVA_OBJECT -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- JavaNameGenerator - Class in org.apache.torque.engine.database.model
- A
NameGenerator
implementation for Java-esque names. - JavaNameGenerator() -
Constructor for class org.apache.torque.engine.database.model.JavaNameGenerator
-
- javanameMethod(String) -
Method in class org.apache.torque.engine.database.model.JavaNameGenerator
- Converts a database schema name to java object name.
- JDBC_CONFIGURATIONS -
Static variable in class org.kuali.db.JDBCUtils
-
- JDBC_CONTEXT -
Static variable in class org.kuali.db.JDBCUtils
-
- JDBCConfiguration - Class in org.kuali.db
- A pojo containing JDBC related configuration information.
- JDBCConfiguration() -
Constructor for class org.kuali.db.JDBCConfiguration
-
- JDBCConfiguration(DatabaseType) -
Constructor for class org.kuali.db.JDBCConfiguration
-
- JDBCUtils - Class in org.kuali.db
- Various JDBC related utility methods
- JDBCUtils() -
Constructor for class org.kuali.db.JDBCUtils
-
K
- KualiDatabase - Class in org.kuali.core.db.torque.pojo
- Extends the Torque database class to handle sequences and views
- KualiDatabase(String) -
Constructor for class org.kuali.core.db.torque.pojo.KualiDatabase
- Creates a new instance for the specified database type.
- KualiTorqueDataDumpTask - Class in org.kuali.core.db.torque
- This task exports tables from a JDBC accessible database to XML
- KualiTorqueDataDumpTask() -
Constructor for class org.kuali.core.db.torque.KualiTorqueDataDumpTask
-
- KualiTorqueDataSQLTask - Class in org.kuali.core.db.torque
- This task converts data XML files into SQL files.
- KualiTorqueDataSQLTask() -
Constructor for class org.kuali.core.db.torque.KualiTorqueDataSQLTask
-
- KualiTorqueSchemaDumpTask - Class in org.kuali.core.db.torque
-
- KualiTorqueSchemaDumpTask() -
Constructor for class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- KualiTorqueSQLTask - Class in org.kuali.core.db.torque
- Generate schema.sql and schema-constraints.sql from schema.xml files
- KualiTorqueSQLTask() -
Constructor for class org.kuali.core.db.torque.KualiTorqueSQLTask
-
- KualiXmlToAppData - Class in org.kuali.core.db.torque
-
- KualiXmlToAppData(String) -
Constructor for class org.kuali.core.db.torque.KualiXmlToAppData
- Creates a new instance for the specified database type.
- KualiXmlToAppData(String, String) -
Constructor for class org.kuali.core.db.torque.KualiXmlToAppData
- Creates a new instance for the specified database type.
L
- left(PrettyPrint) -
Method in class org.kuali.core.db.torque.Utils
-
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Column
- Imports a column from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Database
- Load the database object from an xml tag.
- loadFromXML(Attributes, Platform) -
Method in class org.apache.torque.engine.database.model.Domain
- Imports a column from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Imports foreign key from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.IdMethodParameter
- Imports foreign key from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Index
- Imports index from an XML specification
- loadFromXML(Attributes) -
Method in class org.apache.torque.engine.database.model.Inheritance
- Imports foreign key from an XML specification
- loadFromXML(Attributes, String) -
Method in class org.apache.torque.engine.database.model.Table
- Load the table object from an xml tag.
- LONGVARBINARY -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- LONGVARBINARY_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARBINARY_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARBINARY_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARBINARY_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- LONGVARCHAR_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- LONGVARCHAR_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
M
- makeList(List) -
Static method in class org.apache.torque.engine.database.model.Column
- Return a comma delimited string listing the specified columns.
- mergeSchemas(File, File) -
Method in class org.apache.torque.task.TorqueMergeXMLDoc
- performs the merge operation by taking two input files as input and then
merges the file with description into the existing schema.xml file
- messageLogged(DatabaseEvent) -
Method in interface org.kuali.db.DatabaseListener
-
- MessagePriority - Enum in org.kuali.db
- The priority of a message
N
- name -
Variable in class org.apache.torque.task.PackageAsPathTask
- The value to store the conversion in.
- NameFactory - Class in org.apache.torque.engine.database.model
- A name generation factory.
- NameFactory() -
Constructor for class org.apache.torque.engine.database.model.NameFactory
- Creates a new instance with storage for algorithm implementations.
- NameGenerator - Interface in org.apache.torque.engine.database.model
- The generic interface to a name generation algorithm.
- NATIVE -
Static variable in interface org.apache.torque.engine.database.model.IDMethod
- Key generation via database-specific ID method.
- needEscapedValue() -
Method in class org.apache.torque.engine.database.model.Column
- Utility method to return the value as an element to be usable in an SQL insert statement.
- NO_END -
Static variable in class org.kuali.db.SqlSplitter
- Value indicating the sql has no end-delimiter like i.e.
- NO_ID_METHOD -
Static variable in interface org.apache.torque.engine.database.model.IDMethod
- No RDBMS key generation (keys may be generated by the
application).
- nochangeMethod(String) -
Method in class org.apache.torque.engine.database.model.JavaNameGenerator
- Converts a database schema name to java object name.
- NORMAL -
Static variable in class org.apache.torque.task.TorqueSQLExec.DelimiterType
-
- NORMAL -
Static variable in class org.kuali.db.DelimiterType
-
- NULL -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- NUMERIC -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- NUMERIC_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- NUMERIC_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- NUMERIC_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- NUMERIC_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
O
- ON_ERROR_ABORT -
Static variable in class org.kuali.db.SQLExecutor
- Call
SQLExecutor.setOnError(String)
with this value to abort SQL command execution if an error is found.
- ON_ERROR_ABORT_AFTER -
Static variable in class org.kuali.db.SQLExecutor
- Call
SQLExecutor.setOnError(String)
with this value to continue SQL command execution until all commands have been
attempted, then abort the build if an SQL error occurred in any of the commands.
- ON_ERROR_CONTINUE -
Static variable in class org.kuali.db.SQLExecutor
- Call
SQLExecutor.setOnError(String)
with this value to continue SQL command execution if an error is found.
- onAfterGenerate(File) -
Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
-
- onAfterGenerate() -
Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
-
- onBeforeGenerate(File) -
Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
-
- onBeforeGenerate() -
Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
-
- org.apache.torque.engine - package org.apache.torque.engine
-
- org.apache.torque.engine.database.model - package org.apache.torque.engine.database.model
-
- org.apache.torque.engine.database.transform - package org.apache.torque.engine.database.transform
-
- org.apache.torque.engine.platform - package org.apache.torque.engine.platform
- This package contains classes that provide compatibility to a range of RDBM platforms.
- org.apache.torque.engine.sql - package org.apache.torque.engine.sql
-
- org.apache.torque.task - package org.apache.torque.task
-
- org.kuali.core.db.torque - package org.kuali.core.db.torque
-
- org.kuali.core.db.torque.pojo - package org.kuali.core.db.torque.pojo
-
- org.kuali.db - package org.kuali.db
-
- OTHER -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
P
- PackageAsPathTask - Class in org.apache.torque.task
- Simple task to convert packages to paths.
- PackageAsPathTask() -
Constructor for class org.apache.torque.task.PackageAsPathTask
-
- pad(String, long) -
Method in class org.kuali.core.db.torque.Utils
-
- ParseException - Exception in org.apache.torque.engine.sql
- An Exception for parsing SQLToAppData.
- ParseException(String) -
Constructor for exception org.apache.torque.engine.sql.ParseException
- constructor.
- parseFile(String) -
Method in class org.apache.torque.engine.database.transform.XmlToData
-
- parseResource(String) -
Method in class org.apache.torque.engine.database.transform.XmlToAppData
- Parses a XML input file and returns a newly created and
populated Database structure.
- parseResource(String) -
Method in interface org.kuali.core.db.torque.DatabaseParser
-
- parseResource(String) -
Method in class org.kuali.core.db.torque.KualiXmlToAppData
- Parses a XML input file and returns a newly created and populated Database structure.
- pckg -
Variable in class org.apache.torque.task.PackageAsPathTask
- The package to convert.
- Platform - Interface in org.apache.torque.engine.platform
- Interface for RDBMS platform specific behaviour.
- PlatformDefaultImpl - Class in org.apache.torque.engine.platform
- Default implementation for the Platform interface.
- PlatformDefaultImpl() -
Constructor for class org.apache.torque.engine.platform.PlatformDefaultImpl
- Default constructor.
- PlatformFactory - Class in org.apache.torque.engine.platform
- Factory class responsible for creating Platform objects that define RDBMS platform specific behaviour.
- PlatformFactory() -
Constructor for class org.apache.torque.engine.platform.PlatformFactory
-
- PlatformMysqlImpl - Class in org.apache.torque.engine.platform
- MySql Platform implementation.
- PlatformMysqlImpl() -
Constructor for class org.apache.torque.engine.platform.PlatformMysqlImpl
- Default constructor.
- PlatformOracleImpl - Class in org.apache.torque.engine.platform
- Oracle Platform implementation.
- PlatformOracleImpl() -
Constructor for class org.apache.torque.engine.platform.PlatformOracleImpl
- Default constructor.
- populateInitialContext(Context) -
Method in class org.apache.torque.task.TorqueDataModelTask
- Change type of "now" to java.util.Date
- PrettyPrint - Class in org.kuali.core.db.torque
-
- PrettyPrint() -
Constructor for class org.kuali.core.db.torque.PrettyPrint
-
- PrettyPrint(String) -
Constructor for class org.kuali.core.db.torque.PrettyPrint
-
- printPrimaryKey() -
Method in class org.apache.torque.engine.database.model.Table
- Returns all parts of the primary key, separated by commas.
- printResults(PrintStream) -
Method in class org.apache.torque.task.TorqueSQLExec
- print any results in the statement.
- printResultSet(ResultSet, PrintStream) -
Method in class org.kuali.db.SQLExecutor
- print any results in the result set.
- printSize() -
Method in class org.apache.torque.engine.database.model.Column
- Return the size and scale in brackets for use in an sql schema.
- printSize() -
Method in class org.apache.torque.engine.database.model.Domain
- Return the size and scale in brackets for use in an sql schema.
- printSize() -
Method in class org.apache.torque.engine.database.model.SizedForBitDataDomain
- Returns the size postfix for the base SQL Column type.
- printTables(String, String, List<String>) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
-
- processColumns(DatabaseMetaData, String, Element) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- processForeignKeys(DatabaseMetaData, String, Element) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- processIndexes(DatabaseMetaData, String, Element) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- processSequences(Platform, DatabaseMetaData) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- processTable(TableHelper, String) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
- Process one table.
- processTable(String, Platform, DatabaseMetaData) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- processTables(TableHelper) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
- Process the tables, keeping track of which tables had at least one row of data
- processTables(Platform, DatabaseMetaData) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- processViews(Platform, DatabaseMetaData) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- PropertyHandlingException - Exception in org.kuali.core.db.torque
-
- PropertyHandlingException() -
Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
-
- PropertyHandlingException(String) -
Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
-
- PropertyHandlingException(Throwable) -
Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
-
- PropertyHandlingException(String, Throwable) -
Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
-
R
- REAL -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- REAL_NATIVE_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- REAL_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- REAL_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- REAL_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- REAL_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- REAL_VILLAGE_OBJECT_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- REF -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- Reference - Class in org.kuali.core.db.torque.pojo
-
- Reference() -
Constructor for class org.kuali.core.db.torque.pojo.Reference
-
- replaceDefaultValue(String) -
Method in class org.apache.torque.engine.database.model.Domain
- Replaces the default value if the new value is not null.
- replaceScale(String) -
Method in class org.apache.torque.engine.database.model.Domain
- Replaces the size if the new value is not null.
- replaceSize(String) -
Method in class org.apache.torque.engine.database.model.Domain
- Replaces the size if the new value is not null.
- replaceType(String) -
Method in class org.apache.torque.engine.database.model.Domain
- Replaces the default value if the new value is not null.
- requiresIdTable() -
Method in class org.apache.torque.engine.database.model.Database
- Determines if this database will be using the
IDMethod.ID_BROKER
to create ids for torque OM
objects.
- requiresTransactionInPostgres() -
Method in class org.apache.torque.engine.database.model.Column
- Return true if the column requires a transaction in Postgres
- requiresTransactionInPostgres() -
Method in class org.apache.torque.engine.database.model.Table
- Return true if the column requires a transaction in Postgres
- resolveEntity(String, String) -
Method in class org.apache.torque.engine.database.transform.DTDResolver
- An implementation of the SAX
EntityResolver
interface to be called by the XML parser.
- resolveEntity(String, String) -
Method in class org.apache.torque.engine.database.transform.XmlToAppData
- EntityResolver implementation.
- resolveEntity(String, String) -
Method in class org.apache.torque.engine.database.transform.XmlToData
- called by the XML parser
- resolveEntity(String, String) -
Method in class org.kuali.core.db.torque.ImpexDTDResolver
-
- resolveEntity(String, String) -
Method in class org.kuali.core.db.torque.KualiXmlToAppData
- EntityResolver implementation.
- right(PrettyPrint) -
Method in class org.kuali.core.db.torque.Utils
-
- rollbackQuietly(Connection) -
Static method in class org.kuali.db.JDBCUtils
-
- ROW -
Static variable in class org.apache.torque.task.TorqueSQLExec.DelimiterType
-
- ROW -
Static variable in class org.kuali.db.DelimiterType
-
- runStatements(Reader, PrintStream) -
Method in class org.apache.torque.task.TorqueSQLExec
- Read the statements from the .sql file and execute them.
- runStatements(Reader, PrintStream) -
Method in class org.kuali.db.SQLExecutor
- read in lines and execute them
- runTransaction(Transaction, PrintStream) -
Method in class org.kuali.db.SQLExecutor
-
S
- scan() -
Method in class org.apache.torque.engine.sql.SQLScanner
- Scan the input Reader and returns a list of tokens.
- SCHEMA_SEPARATOR_CHAR -
Static variable in interface org.apache.torque.engine.database.model.NameGenerator
- The character which separates the schema name from the table name
- SchemaType - Class in org.apache.torque.engine.database.model
- Enum for types used in Torque schema.xml files.
- SEQUENCE -
Static variable in interface org.apache.torque.engine.platform.Platform
- constant for native id method
- Sequence - Class in org.kuali.core.db.torque.pojo
-
- Sequence() -
Constructor for class org.kuali.core.db.torque.pojo.Sequence
-
- serialize(String, DocumentImpl) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
- Serialize the document
- serialize() -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setAbstract(boolean) -
Method in class org.apache.torque.engine.database.model.Table
- When a table is abstract, it marks the business object class that is generated as being abstract.
- setAlias(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set whether this table specified in the schema or is there just a foreign key reference to it.
- setAncestor(String) -
Method in class org.apache.torque.engine.database.model.Inheritance
- Set the value of ancestor.
- setAntCompatibilityMode(boolean) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setAppend(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setArtifactId(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setAutocommit(boolean) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the autocommit flag for the DB connection.
- setAutocommit(boolean) -
Method in class org.kuali.db.ConnectionHandler
-
- setAutocommit(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setAutoIncrement(boolean) -
Method in class org.apache.torque.engine.database.model.Column
- Set the auto increment value.
- setBaseClass(String) -
Method in class org.apache.torque.engine.database.model.Database
- Set the value of baseClass.
- setBaseClass(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set the value of baseClass.
- setBasePeer(String) -
Method in class org.apache.torque.engine.database.model.Database
- Set the value of basePeer.
- setBasePeer(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set the value of basePeer.
- setBuildDirectory(File) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
-
- setClassName(String) -
Method in class org.apache.torque.engine.database.model.Inheritance
- Set the value of className.
- setClasspath(Path) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the classpath for loading the driver.
- setClasspathRef(Reference) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the classpath for loading the driver using the classpath reference.
- setColumn(Column) -
Method in class org.apache.torque.engine.database.model.Inheritance
- Set the value of parent.
- setColumns(List<String>) -
Method in class org.kuali.core.db.torque.pojo.Index
-
- setCommand(DatabaseCommand) -
Method in class org.kuali.db.SQLGenerator
-
- setComment(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setConn(Connection) -
Method in class org.kuali.db.SQLExecutor
-
- setConnection(Connection) -
Method in class org.kuali.core.db.torque.TableHelper
-
- setConnectionError(boolean) -
Method in class org.kuali.db.ConnectionHandler
-
- setConnectionError(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setConnectionHandler(ConnectionHandler) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setContainsForeignPK(boolean) -
Method in class org.apache.torque.engine.database.model.Table
- Set whether this table contains a foreign PK
- setContextProperties(String) -
Method in class org.apache.torque.task.TorqueDataModelTask
- Override Texen's context properties to map the torque.xxx properties (including defaults set by the
org/apache/torque/defaults.properties) to just xxx.
- setCorrectGetters(boolean) -
Method in class org.apache.torque.engine.database.model.Column
- Set the correctGetters property of the column.
- setCorrectGetters(Boolean) -
Method in class org.apache.torque.engine.database.model.Table
- Force all columns to set the correctGetters property.
- setCredentials(Credentials) -
Method in class org.kuali.db.ConnectionHandler
-
- setDatabase(Database) -
Method in class org.apache.torque.engine.database.model.Table
- Set the parent of the table
- setDatabase(Database) -
Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
-
- setDatabase(String) -
Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
- Sets the name of the database to generate sql for.
- setDatabaseNode(Element) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setDatabaseType(String) -
Method in class org.apache.torque.engine.database.model.Database
-
- setDataDTD(File) -
Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
-
- setDataXMLDir(File) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
-
- setDateFormat(String) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
-
- setDbMetaData(DatabaseMetaData) -
Method in class org.kuali.core.db.torque.TableHelper
-
- setDbSchema(String) -
Method in class org.apache.torque.task.TorqueMergeXMLDoc
-
- setDbSchemaString(String) -
Method in class org.apache.torque.task.TorqueMergeXMLDoc
-
- setDecimalDigits(Integer) -
Method in class org.kuali.core.db.torque.pojo.Column
-
- setDefaultIdMethod(String) -
Method in class org.apache.torque.engine.database.model.Database
- Set the value of defaultIdMethod.
- setDefaultJavaNamingMethod(String) -
Method in class org.apache.torque.engine.database.model.Database
- Set the value of defaultJavaNamingMethod.
- setDefaultPrintableConsoleWidth(int) -
Method in class org.kuali.core.db.torque.Utils
-
- setDefaultValue(String) -
Method in class org.apache.torque.engine.database.model.Column
- Set a string that will give this column a default value.
- setDefaultValue(String) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setDefinition(String) -
Method in class org.kuali.core.db.torque.pojo.View
-
- setDefValue(String) -
Method in class org.kuali.core.db.torque.pojo.Column
-
- setDelimiter(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the statement delimiter.
- setDelimiter(String) -
Method in class org.kuali.db.SQLExecutor
-
- setDelimiterType(TorqueSQLExec.DelimiterType) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the Delimiter type for this sql task.
- setDelimiterType(String) -
Method in class org.kuali.db.SQLExecutor
-
- setDescription(String) -
Method in class org.apache.torque.engine.database.model.Column
- Set the description for the Table
- setDescription(String) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setDescription(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set the description for the Table
- setDescription(String) -
Method in class org.kuali.db.Transaction
-
- setDoc(DocumentImpl) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setDocument(File) -
Static method in class org.apache.torque.task.TorqueMergeXMLDoc
- creates a document object from an input file
- setDocument(DocumentImpl) -
Method in class org.kuali.core.db.torque.TableHelper
-
- setDomain(Domain) -
Method in class org.apache.torque.engine.database.model.Column
-
- setDriver(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the JDBC driver to be used.
- setDriver(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setDriver(String) -
Method in class org.kuali.db.ConnectionHandler
-
- setDriver(String) -
Method in class org.kuali.db.JDBCConfiguration
-
- setDriverProperties(Properties) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setDriverProperties(Properties) -
Method in class org.kuali.db.ConnectionHandler
-
- setEnableAnonymousPassword(boolean) -
Method in class org.kuali.db.ConnectionHandler
-
- setEnableAnonymousUsername(boolean) -
Method in class org.kuali.db.ConnectionHandler
-
- setEncoding(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the file encoding to use on the sql files read in
- setEncoding(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setEncoding(String) -
Method in class org.kuali.db.SQLGenerator
-
- setEncoding(String) -
Method in class org.kuali.db.Transaction
-
- setEscapeProcessing(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setException(Throwable) -
Method in class org.kuali.db.DatabaseEvent
-
- setExcludePatterns(List<String>) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setExcludePatterns(List<String>) -
Method in class org.kuali.core.db.torque.StringFilter
-
- setExcludeProperties(List<String>) -
Method in class org.kuali.core.db.torque.FilteredPropertyCopier
-
- setFileName(String) -
Method in class org.apache.torque.engine.database.model.Database
-
- setFilesets(List<FileSet>) -
Method in class org.apache.torque.task.TorqueDataModelTask
-
- setForeignColumn(String) -
Method in class org.kuali.core.db.torque.pojo.Reference
-
- setForeignTableName(String) -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Set the foreignTableName of the FK
- setForReferenceOnly(boolean) -
Method in class org.apache.torque.engine.database.model.Table
- Flag to determine if code/sql gets created for this table.
- setHeavyIndexing(boolean) -
Method in class org.apache.torque.engine.database.model.Database
- Set the value of heavyIndexing.
- setHelper(PropertyPlaceholderHelper) -
Method in class org.kuali.db.SQLGenerator
-
- setIdMethod(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set the method for generating pk's
- setIncludePatterns(List<String>) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setIncludePatterns(List<String>) -
Method in class org.kuali.core.db.torque.StringFilter
-
- setIncludeProperties(List<String>) -
Method in class org.kuali.core.db.torque.FilteredPropertyCopier
-
- setInput(Reader) -
Method in class org.apache.torque.engine.sql.SQLScanner
- Set the Input
- setInputFile(String) -
Method in class org.apache.torque.task.TorqueSQLTransformTask
- Set the sql input file.
- setInputFileString(String) -
Method in class org.apache.torque.task.TorqueXMLWithDesc
-
- setInterface(String) -
Method in class org.apache.torque.engine.database.model.Table
- Interface which objects for this table will implement
- setJavaName(String) -
Method in class org.apache.torque.engine.database.model.Column
- Set the name to use in Java sources.
- setJavaName(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set name to use in Java sources
- setJdbcType(int) -
Method in class org.apache.torque.engine.database.model.Column
-
- setJdbcUtils(JDBCUtils) -
Method in class org.kuali.db.SQLGenerator
-
- setKeepFormat(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setKey(String) -
Method in class org.apache.torque.engine.database.model.Inheritance
- Set the value of key.
- setListeners(List<DatabaseListener>) -
Method in class org.kuali.db.SQLExecutor
-
- setLoader(DefaultResourceLoader) -
Method in class org.kuali.db.SQLGenerator
-
- setLocalColumn(String) -
Method in class org.kuali.core.db.torque.pojo.Reference
-
- setMessage(String) -
Method in class org.kuali.db.DatabaseEvent
-
- setMsg(String) -
Method in class org.kuali.core.db.torque.PrettyPrint
-
- setName(String) -
Method in class org.apache.torque.engine.database.model.Column
- Set the name of the column
- setName(String) -
Method in class org.apache.torque.engine.database.model.Database
- Set the name of the Database
- setName(String) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setName(String) -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Sets the name attribute.
- setName(String) -
Method in class org.apache.torque.engine.database.model.IdMethodParameter
- Set the parameter name
- setName(String) -
Method in class org.apache.torque.engine.database.model.Index
- Set the name of this index.
- setName(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set the name of the Table
- setName(String) -
Method in class org.apache.torque.task.PackageAsPathTask
-
- setName(String) -
Method in class org.kuali.core.db.torque.pojo.Column
-
- setName(String) -
Method in class org.kuali.core.db.torque.pojo.Index
-
- setName(String) -
Method in class org.kuali.core.db.torque.pojo.Sequence
-
- setName(String) -
Method in class org.kuali.core.db.torque.pojo.View
-
- setNextVal(String) -
Method in class org.kuali.core.db.torque.pojo.Sequence
-
- setNotNull(boolean) -
Method in class org.apache.torque.engine.database.model.Column
- Set the isNotNull property of the column
- setNullType(Integer) -
Method in class org.kuali.core.db.torque.pojo.Column
-
- setOnDelete(String) -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Sets the onDelete attribute
- setOnDelete(String) -
Method in class org.kuali.core.db.torque.pojo.ForeignKey
-
- setOnerror(TorqueSQLExec.OnError) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the action to perform onerror
- setOnError(String) -
Method in class org.kuali.db.SQLExecutor
-
- setOnUpdate(String) -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Sets the onUpdate attribute
- setOption(Attributes) -
Method in class org.apache.torque.engine.database.transform.XmlToAppData
-
- setOption(Attributes) -
Method in class org.kuali.core.db.torque.KualiXmlToAppData
-
- setOutput(File) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the output file.
- setOutputDelimiter(String) -
Method in class org.kuali.db.SQLExecutor
-
- setOutputFile(String) -
Method in class org.apache.torque.task.TorqueSQLTransformTask
- Set the current output file.
- setOutputFileString(String) -
Method in class org.apache.torque.task.TorqueXMLWithDesc
-
- setOutputFormat(String) -
Method in class org.apache.torque.task.TorqueDocumentationTask
- Set the current output format.
- setPackage(String) -
Method in class org.apache.torque.engine.database.model.Database
- Set the value of package.
- setPackage(String) -
Method in class org.apache.torque.engine.database.model.Table
- Set the value of package.
- setPackage(String) -
Method in class org.apache.torque.task.PackageAsPathTask
-
- setPassword(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the password for the DB connection.
- setPassword(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setPassword(String) -
Method in class org.kuali.db.Credentials
-
- setPlatform(Platform) -
Method in class org.kuali.core.db.torque.TableHelper
-
- setPosition(int) -
Method in class org.apache.torque.engine.database.model.Column
- Get the location of this column within the table (one-based).
- setPrefix(String) -
Method in class org.kuali.db.SQLGenerator
-
- setPrimaryKey(boolean) -
Method in class org.apache.torque.engine.database.model.Column
- Set if the column is a primary key or not
- setPrimaryKeys(Map<String, String>) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setPrint(boolean) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the print flag.
- setPrintResultSet(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setPriority(MessagePriority) -
Method in class org.kuali.db.DatabaseEvent
-
- setProcessSequences(boolean) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setProcessTables(boolean) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setProcessViews(boolean) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setProperties(Properties) -
Method in class org.kuali.db.SQLGenerator
-
- setProtected(boolean) -
Method in class org.apache.torque.engine.database.model.Column
- Set the isProtected property of the Column
- setRdbms(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the rdbms required
- setReferences(List<Reference>) -
Method in class org.kuali.core.db.torque.pojo.ForeignKey
-
- setRefTableName(String) -
Method in class org.kuali.core.db.torque.pojo.ForeignKey
-
- setResourceLocation(String) -
Method in class org.kuali.db.Transaction
-
- setRowCount(int) -
Method in class org.kuali.core.db.torque.TableHelper
-
- setScale(String) -
Method in class org.apache.torque.engine.database.model.Column
- Set the scale of the column
- setScale(String) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setSchema(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setSchemaDomainMapping(Domain) -
Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
-
- setSchemaWithDesc(String) -
Method in class org.apache.torque.task.TorqueMergeXMLDoc
-
- setSchemaWithDescString(String) -
Method in class org.apache.torque.task.TorqueMergeXMLDoc
-
- setSchemaXMLFile(File) -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- setShowheaders(boolean) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the showheaders flag.
- setShowheaders(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setShowPassword(boolean) -
Method in class org.kuali.db.ConnectionHandler
-
- setSize(String) -
Method in class org.apache.torque.engine.database.model.Column
- Set the size of the column
- setSize(String) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setSize(Integer) -
Method in class org.kuali.core.db.torque.pojo.Column
-
- setSkipOnConnectionError(boolean) -
Method in class org.kuali.db.ConnectionHandler
-
- setSkipOnConnectionError(boolean) -
Method in class org.kuali.db.SQLExecutor
-
- setSkipSql(boolean) -
Method in class org.apache.torque.engine.database.model.Table
- Set whether this table should have its creation sql generated.
- setSql(String) -
Method in class org.kuali.db.DatabaseEvent
-
- setSqlCommand(String) -
Method in class org.kuali.db.Transaction
-
- setSqlDbMap(String) -
Method in class org.apache.torque.task.TorqueDataModelTask
- Set the sqldbmap.
- setSqlDbMap(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the sqldbmap properties file.
- setSqlFile(String) -
Method in class org.apache.torque.engine.database.transform.SQLToAppData
- Set the current input sql file
- setSqlType(String) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setSqlType(Integer) -
Method in class org.kuali.core.db.torque.pojo.Column
-
- setSrc(File) -
Method in class org.apache.torque.task.TorqueSQLExec.Transaction
-
- setSrcDir(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the src directory for the sql files listed in the sqldbmap file.
- setStart(long) -
Method in class org.kuali.core.db.torque.PrettyPrint
-
- setStatement(Statement) -
Method in class org.kuali.db.SQLExecutor
-
- setStop(long) -
Method in class org.kuali.core.db.torque.PrettyPrint
-
- setSuccessfulStatements(int) -
Method in class org.kuali.db.DatabaseEvent
-
- setSuccessfulStatements(int) -
Method in class org.kuali.db.SQLExecutor
-
- setSuffix(String) -
Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
- Sets the suffix of the generated sql files.
- setTable(Table) -
Method in class org.apache.torque.engine.database.model.Column
- Set the parent Table of the column
- setTable(Table) -
Method in class org.apache.torque.engine.database.model.ForeignKey
- Set the parent Table of the foreign key
- setTable(Table) -
Method in class org.apache.torque.engine.database.model.IdMethodParameter
- Set the parent Table of the id method
- setTable(Table) -
Method in class org.apache.torque.engine.database.model.Index
- Set the parent Table of the index
- setTableNames(Set<String>) -
Method in class org.kuali.core.db.torque.TableHelper
-
- setTargetDatabase(String) -
Method in class org.apache.torque.task.TorqueDataModelTask
- Set the current target database.
- setTargetDatabase(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setTargetPackage(String) -
Method in class org.apache.torque.task.TorqueDataModelTask
- Set the current target package.
- setTimestamp(Date) -
Method in class org.kuali.db.DatabaseEvent
-
- setTotalStatements(int) -
Method in class org.kuali.db.DatabaseEvent
-
- setTotalStatements(int) -
Method in class org.kuali.db.SQLExecutor
-
- setTransaction(Transaction) -
Method in class org.kuali.db.DatabaseEvent
-
- setTransactions(Vector<Transaction>) -
Method in class org.kuali.db.SQLExecutor
-
- setType(String) -
Method in class org.apache.torque.engine.database.model.Column
- Sets the colunm type
- setType(SchemaType) -
Method in class org.apache.torque.engine.database.model.Column
- Sets the colunm type
- setType(SchemaType) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setType(String) -
Method in class org.apache.torque.engine.database.model.Domain
-
- setType(DatabaseType) -
Method in class org.kuali.db.JDBCConfiguration
-
- setTypeFromString(String, String) -
Method in class org.apache.torque.engine.database.model.Column
- Set the column type from a string property (normally a string from an sql input file)
- setUnique(boolean) -
Method in class org.apache.torque.engine.database.model.Column
- Set true if the column is UNIQUE
- setUnique(boolean) -
Method in class org.kuali.core.db.torque.pojo.Index
-
- setUpdateCountTotal(int) -
Method in class org.kuali.db.DatabaseEvent
-
- setUrl(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the DB connection url.
- setUrl(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setUrl(String) -
Method in class org.kuali.db.ConnectionHandler
-
- setUrl(String) -
Method in class org.kuali.db.SQLGenerator
-
- setUrlFragment(String) -
Method in class org.kuali.db.JDBCConfiguration
-
- setUserid(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the user name for the DB connection.
- setUsername(String) -
Method in class org.kuali.core.db.torque.DumpTask
-
- setUsername(String) -
Method in class org.kuali.db.Credentials
-
- SetUtils - Class in org.kuali.core.db.torque
- Utility methods for Set operations
- SetUtils() -
Constructor for class org.kuali.core.db.torque.SetUtils
-
- setValue(String) -
Method in class org.apache.torque.engine.database.model.IdMethodParameter
- Set the parameter value
- setValue(String) -
Method in class org.kuali.db.DelimiterType
- Set the delimiterValue.
- setVersion(String) -
Method in class org.apache.torque.task.TorqueSQLExec
- Set the version required
- setXmlFile(String) -
Method in class org.apache.torque.task.TorqueDataModelTask
- Set the xml schema describing the application model.
- showConfiguration() -
Method in class org.kuali.core.db.torque.DumpTask
-
- showConfiguration() -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
-
- showConfiguration() -
Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
-
- showConnectionInfo(Properties) -
Method in class org.kuali.db.ConnectionHandler
-
- SizedForBitDataDomain - Class in org.apache.torque.engine.database.model
-
Supports the Derby / DB2 / SQL92 standard for defining Binary data fields
with either CHAR(#) FOR BIT DATA or VARCHAR(#) FOR BIT DATA.
- SizedForBitDataDomain() -
Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
-
- SizedForBitDataDomain(String) -
Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
-
- SizedForBitDataDomain(SchemaType) -
Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
-
- SizedForBitDataDomain(SchemaType, String) -
Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
-
- SizedForBitDataDomain(SchemaType, String, String, String) -
Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
-
- SizedForBitDataDomain(SchemaType, String, String) -
Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
-
- SizedForBitDataDomain(Domain) -
Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
-
- SMALLINT -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- SMALLINT_NATIVE_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- SMALLINT_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- SMALLINT_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- SMALLINT_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- SMALLINT_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- SMALLINT_VILLAGE_OBJECT_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- sqldbmap -
Variable in class org.apache.torque.task.TorqueDataModelTask
- Name of the properties file that maps an SQL file to a particular database.
- SQLExecutor - Class in org.kuali.db
- Executes SQL statements
- SQLExecutor() -
Constructor for class org.kuali.db.SQLExecutor
-
- SQLGenerator - Class in org.kuali.db
-
- SQLGenerator() -
Constructor for class org.kuali.db.SQLGenerator
-
- SQLGenerator(Properties, String, DatabaseCommand) -
Constructor for class org.kuali.db.SQLGenerator
-
- SQLScanner - Class in org.apache.torque.engine.sql
- A simple Scanner implementation that scans an
sql file into usable tokens.
- SQLScanner() -
Constructor for class org.apache.torque.engine.sql.SQLScanner
- Creates a new scanner with no Reader
- SQLScanner(Reader) -
Constructor for class org.apache.torque.engine.sql.SQLScanner
- Creates a new scanner with an Input Reader
- SqlSplitter - Class in org.kuali.db
- Utility class to split a long sql batch script into single SQL commands.
- SqlSplitter() -
Constructor for class org.kuali.db.SqlSplitter
-
- SQLToAppData - Class in org.apache.torque.engine.database.transform
- A Class that converts an sql input file to a Database structure.
- SQLToAppData(String) -
Constructor for class org.apache.torque.engine.database.transform.SQLToAppData
- Create a new class with an input Reader
- SQLToAppData(String, String) -
Constructor for class org.apache.torque.engine.database.transform.SQLToAppData
- Create a new class with an input Reader.
- startElement(String, String, String, Attributes) -
Method in class org.apache.torque.engine.database.transform.XmlToAppData
- Handles opening elements of the xml file.
- startElement(String, String, String, Attributes) -
Method in class org.apache.torque.engine.database.transform.XmlToData
- Handles opening elements of the xml file.
- startElement(String, String, String, Attributes) -
Method in class org.kuali.core.db.torque.KualiXmlToAppData
- Handles opening elements of the xml file.
- STD_SEPARATOR_CHAR -
Static variable in interface org.apache.torque.engine.database.model.NameGenerator
- The character used by most implementations as the separator
between name elements.
- STOP -
Static variable in class org.apache.torque.task.TorqueSQLExec.OnError
-
- StringFilter - Class in org.kuali.core.db.torque
- This class provides logic for filtering strings based on regular expressions.
- StringFilter() -
Constructor for class org.kuali.core.db.torque.StringFilter
-
- StringFilter(List<String>, List<String>) -
Constructor for class org.kuali.core.db.torque.StringFilter
-
- STRUCT -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- symDifference(Set<T>, Set<T>) -
Static method in class org.kuali.core.db.torque.SetUtils
-
T
- Table - Class in org.apache.torque.engine.database.model
- Data about a table used in an application.
- Table() -
Constructor for class org.apache.torque.engine.database.model.Table
- Default Constructor
- Table(String) -
Constructor for class org.apache.torque.engine.database.model.Table
- Constructs a table object with a name
- TableHelper - Class in org.kuali.core.db.torque
-
- TableHelper() -
Constructor for class org.kuali.core.db.torque.TableHelper
-
- TIME -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- TIME_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TIME_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TIME_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TIME_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TIMESTAMP -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- TIMESTAMP_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TIMESTAMP_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TIMESTAMP_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TIMESTAMP_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TINYINT -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- TINYINT_NATIVE_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TINYINT_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TINYINT_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TINYINT_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TINYINT_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- TINYINT_VILLAGE_OBJECT_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- Token - Class in org.apache.torque.engine.sql
- A single token returned by SQLScanner.
- Token(String) -
Constructor for class org.apache.torque.engine.sql.Token
- Creates a new token without positioning.
- Token(String, int, int) -
Constructor for class org.apache.torque.engine.sql.Token
- Creates a new token with positioning settings.
- TorqueDataModelTask - Class in org.apache.torque.task
- A base torque task that uses either a single XML schema representing a data model, or a <fileset> of XML
schemas.
- TorqueDataModelTask() -
Constructor for class org.apache.torque.task.TorqueDataModelTask
-
- TorqueDocumentationTask - Class in org.apache.torque.task
- An ant task for generating output by using Velocity
- TorqueDocumentationTask() -
Constructor for class org.apache.torque.task.TorqueDocumentationTask
-
- TorqueMergeXMLDoc - Class in org.apache.torque.task
- This ant task will merge the schema-desc.xml with schema.xml, if
schema-description.xml exists
- TorqueMergeXMLDoc() -
Constructor for class org.apache.torque.task.TorqueMergeXMLDoc
-
- TorqueSQLExec - Class in org.apache.torque.task
- This task uses an SQL -> Database map in the form of a properties file to insert each SQL file listed into its
designated database.
- TorqueSQLExec() -
Constructor for class org.apache.torque.task.TorqueSQLExec
-
- TorqueSQLExec.DelimiterType - Class in org.apache.torque.task
-
- TorqueSQLExec.DelimiterType() -
Constructor for class org.apache.torque.task.TorqueSQLExec.DelimiterType
-
- TorqueSQLExec.OnError - Class in org.apache.torque.task
- Enumerated attribute with the values "continue", "stop" and "abort" for the onerror attribute.
- TorqueSQLExec.OnError() -
Constructor for class org.apache.torque.task.TorqueSQLExec.OnError
-
- TorqueSQLExec.Transaction - Class in org.apache.torque.task
- Contains the definition of a new transaction element.
- TorqueSQLExec.Transaction() -
Constructor for class org.apache.torque.task.TorqueSQLExec.Transaction
-
- TorqueSQLTransformTask - Class in org.apache.torque.task
- An ant task for creating an xml schema from an sql schema
- TorqueSQLTransformTask() -
Constructor for class org.apache.torque.task.TorqueSQLTransformTask
-
- TorqueXMLWithDesc - Class in org.apache.torque.task
- This class is task used to generate xml file with database information
and its description.
- TorqueXMLWithDesc() -
Constructor for class org.apache.torque.task.TorqueXMLWithDesc
-
- toString() -
Method in class org.apache.torque.engine.database.model.Column
- String representation of the column.
- toString() -
Method in class org.apache.torque.engine.database.model.Database
- Creats a string representation of this Database.
- toString() -
Method in class org.apache.torque.engine.database.model.ForeignKey
- String representation of the foreign key.
- toString() -
Method in class org.apache.torque.engine.database.model.IdMethodParameter
- XML representation of the foreign key.
- toString() -
Method in class org.apache.torque.engine.database.model.Index
- String representation of the index.
- toString() -
Method in class org.apache.torque.engine.database.model.Inheritance
- String representation of the foreign key.
- toString() -
Method in class org.apache.torque.engine.database.model.Table
- Returns a XML representation of this table.
- toString() -
Method in class org.apache.torque.engine.database.model.Unique
- String representation of the index.
- toString() -
Method in class org.apache.torque.engine.sql.Token
- The same as getStr()
- toString() -
Method in class org.kuali.db.DelimiterType
- Convert the value to its string form.
- Transaction - Class in org.kuali.db
- Contains the definition of a new transaction element.
- Transaction() -
Constructor for class org.kuali.db.Transaction
-
- TypeMap - Class in org.apache.torque.engine.database.model
- A class that maps JDBC types to their corresponding
Java object types, and Java native types.
- TypeMap() -
Constructor for class org.apache.torque.engine.database.model.TypeMap
-
U
- underscoreMethod(String) -
Method in class org.apache.torque.engine.database.model.JavaNameGenerator
- Converts a database schema name to java object name.
- underscoreOmitSchemaMethod(String) -
Method in class org.apache.torque.engine.database.model.JavaNameGenerator
- Converts a database schema name to java object name.
- union(Set<T>, Set<T>) -
Static method in class org.kuali.core.db.torque.SetUtils
- Returns the combined elements from both
- Unique - Class in org.apache.torque.engine.database.model
- Information about unique columns of a table.
- Unique() -
Constructor for class org.apache.torque.engine.database.model.Unique
-
- UNKNOWN_CONFIG -
Static variable in class org.kuali.db.JDBCConfiguration
-
- updateConfiguration(Platform) -
Method in class org.kuali.core.db.torque.DumpTask
-
- updateConfiguration(Platform) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
-
- Utils - Class in org.kuali.core.db.torque
-
- Utils() -
Constructor for class org.kuali.core.db.torque.Utils
-
V
- validateConfiguration() -
Method in class org.kuali.db.ConnectionHandler
-
- value -
Variable in class org.kuali.db.DelimiterType
- The selected value in this enumeration.
- valueOf(String) -
Static method in enum org.kuali.db.DatabaseCommand
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.kuali.db.DatabaseType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum org.kuali.db.MessagePriority
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum org.kuali.db.DatabaseCommand
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.kuali.db.DatabaseType
- Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
Static method in enum org.kuali.db.MessagePriority
- Returns an array containing the constants of this enum type, in
the order they are declared.
- VARBINARY -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- VARBINARY_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- VARBINARY_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- VARBINARY_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- VARBINARY_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- VARCHAR -
Static variable in class org.apache.torque.engine.database.model.SchemaType
-
- VARCHAR_NATIVE_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- VARCHAR_OBJECT_TYPE -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- VARCHAR_PP_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- VARCHAR_VILLAGE_METHOD -
Static variable in class org.apache.torque.engine.database.model.TypeMap
-
- verifyExists(String, ResourceLoader) -
Method in class org.kuali.core.db.torque.Utils
-
- verifyExists(List<String>) -
Method in class org.kuali.core.db.torque.Utils
-
- View - Class in org.kuali.core.db.torque.pojo
-
- View() -
Constructor for class org.kuali.core.db.torque.pojo.View
-
W
- WEB_SITE_DTD -
Static variable in class org.apache.torque.engine.database.transform.DTDResolver
- Where the DTD is located on the web.
- WEB_SITE_DTD_3_2 -
Static variable in class org.apache.torque.engine.database.transform.DTDResolver
- Where the 3.2 DTD is located on the web.
- writeXMLToFile(Document) -
Method in class org.apache.torque.task.TorqueMergeXMLDoc
- writes the document object to an output file
- writeXMLToFile(Document) -
Method in class org.apache.torque.task.TorqueXMLWithDesc
- Writes the XMLDocument to an output file.
X
- xmlEscape(String) -
Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
- Escape characters that would cause issues for XML parsers
- xmlFile -
Variable in class org.apache.torque.task.TorqueDataModelTask
- XML that describes the database model, this is transformed into the application model object.
- XmlToAppData - Class in org.apache.torque.engine.database.transform
- A Class that is used to parse an input xml schema file and creates a Database
java structure.
- XmlToAppData(String) -
Constructor for class org.apache.torque.engine.database.transform.XmlToAppData
- Creates a new instance for the specified database type.
- XmlToAppData(String, String) -
Constructor for class org.apache.torque.engine.database.transform.XmlToAppData
- Creates a new instance for the specified database type.
- XmlToData - Class in org.apache.torque.engine.database.transform
- A Class that is used to parse an input xml schema file and creates and AppData java structure.
- XmlToData(Database, String) -
Constructor for class org.apache.torque.engine.database.transform.XmlToData
- Default custructor
- XmlToData.ColumnValue - Class in org.apache.torque.engine.database.transform
-
- XmlToData.ColumnValue(Column, String) -
Constructor for class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
-
- XmlToData.DataRow - Class in org.apache.torque.engine.database.transform
-
- XmlToData.DataRow(Table, List<XmlToData.ColumnValue>) -
Constructor for class org.apache.torque.engine.database.transform.XmlToData.DataRow
-
A B C D E F G H I J K L M N O P R S T U V W X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.