A B C D E F G H I J K L M N O P R S T U V W X

A

ABORT - Static variable in class org.apache.torque.task.TorqueSQLExec.OnError
 
addColumn(Attributes) - Method in class org.apache.torque.engine.database.model.Index
Adds a new column to an index.
addColumn(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new column from attrib and add it to this table.
addColumn(Column) - Method in class org.apache.torque.engine.database.model.Table
Adds a new column to the column list and set the parent table of the column to the current table
addDomain(Domain) - Method in class org.apache.torque.engine.database.model.Database
 
addExclude(String) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
addFileset(FileSet) - Method in class org.apache.torque.task.TorqueDataModelTask
Adds a set of xml schema files (nested fileset attribute).
addForeignKey(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new foreign key from attrib and add it to this table.
addForeignKey(ForeignKey) - Method in class org.apache.torque.engine.database.model.Table
Adds a new FK to the FK list and set the parent table of the column to the current table
addForeignKey(Map<String, ForeignKey>, String, String, String, ResultSet) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
addIdMethodParameter(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new id method parameter from attrib and add it to this table.
addIdMethodParameter(IdMethodParameter) - Method in class org.apache.torque.engine.database.model.Table
Adds a new ID method parameter to the list and sets the parent table of the column associated with the supplied parameter to this table.
addInclude(String) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
addIndex(Index) - Method in class org.apache.torque.engine.database.model.Table
Adds a new index to the index list and set the parent table of the column to the current table
addIndex(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new index from attrib and add it to this table.
addIndexIfNotPK(Index, String, List<Index>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
addInheritance(Attributes) - Method in class org.apache.torque.engine.database.model.Column
A utility function to create a new column from attrib and add it to this table.
addInheritance(Inheritance) - Method in class org.apache.torque.engine.database.model.Column
Adds a new inheritance definition to the inheritance list and set the parent column of the inheritance to the current column
addListener(DatabaseListener) - Method in class org.kuali.db.SQLExecutor
 
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Column
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Database
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Index
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Table
Add an XML Specified option key/value pair to this element's option set.
addReference(Attributes) - Method in class org.apache.torque.engine.database.model.ForeignKey
Adds a new reference entry to the foreign key
addReference(String, String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Adds a new reference entry to the foreign key
addReferrer(ForeignKey) - Method in class org.apache.torque.engine.database.model.Column
Adds the foreign key from another table that refers to this column.
addReferrer(ForeignKey) - Method in class org.apache.torque.engine.database.model.Table
Adds the foreign key from another table that refers to this table.
addSequence(Attributes) - Method in class org.kuali.core.db.torque.pojo.KualiDatabase
 
addTable(Attributes) - Method in class org.apache.torque.engine.database.model.Database
An utility method to add a new table from an xml attribute.
addTable(Table) - Method in class org.apache.torque.engine.database.model.Database
Add a table to the list and sets the Database property to this Database
addText(String) - Method in class org.apache.torque.task.TorqueSQLExec
Deprecated. This method has no effect and will be removed in a future version.
addText(String) - Method in class org.apache.torque.task.TorqueSQLExec.Transaction
 
addText(String) - Method in class org.kuali.db.Transaction
 
addUnique(Unique) - Method in class org.apache.torque.engine.database.model.Table
Adds a new Unique to the Unique list and set the parent table of the column to the current table
addUnique(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new Unique from attrib and add it to this table.
addView(Attributes) - Method in class org.kuali.core.db.torque.pojo.KualiDatabase
 
afterExecuteSQL(DatabaseEvent) - Method in interface org.kuali.db.DatabaseListener
 
afterProcessingSQLResults(DatabaseEvent) - Method in interface org.kuali.db.DatabaseListener
 
ARRAY - Static variable in class org.apache.torque.engine.database.model.SchemaType
 

B

beforeExecuteSQL(DatabaseEvent) - Method in interface org.kuali.db.DatabaseListener
 
beginTransaction(DatabaseEvent) - Method in interface org.kuali.db.DatabaseListener
 
BIGINT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BIGINT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BINARY_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BIT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BLOB - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BLOB_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BLOB_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BLOB_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BOOLEANCHAR_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BOOLEANINT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 

C

CHAR - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
CHAR_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CHAR_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CHAR_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CHAR_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CLOB - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
CLOB_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CLOB_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CLOB_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
closeQuietly(ResultSet, Statement, Connection) - Static method in class org.kuali.db.JDBCUtils
 
closeQuietly(Statement, Connection) - Static method in class org.kuali.db.JDBCUtils
 
closeQuietly(ResultSet) - Static method in class org.kuali.db.JDBCUtils
 
closeQuietly(Statement) - Static method in class org.kuali.db.JDBCUtils
 
closeQuietly(Connection) - Static method in class org.kuali.db.JDBCUtils
 
Column - Class in org.apache.torque.engine.database.model
A Class for holding data about a column used in an Application.
Column() - Constructor for class org.apache.torque.engine.database.model.Column
Creates a new instance with a null name.
Column(String) - Constructor for class org.apache.torque.engine.database.model.Column
Creates a new column and set the name
Column - Class in org.kuali.core.db.torque.pojo
 
Column() - Constructor for class org.kuali.core.db.torque.pojo.Column
 
compilePatterns() - Method in class org.kuali.core.db.torque.StringFilter
Compile the string patterns into Pattern objects
ConnectionHandler - Class in org.kuali.db
 
ConnectionHandler() - Constructor for class org.kuali.db.ConnectionHandler
 
CONSTRAINT_GENERATOR - Static variable in class org.apache.torque.engine.database.model.NameFactory
The fully qualified class name of the constraint name generator.
ConstraintNameGenerator - Class in org.apache.torque.engine.database.model
A NameGenerator implementation for table-specific constraints.
ConstraintNameGenerator() - Constructor for class org.apache.torque.engine.database.model.ConstraintNameGenerator
 
containsColumn(Column) - Method in class org.apache.torque.engine.database.model.Table
Returns true if the table contains a specified column
containsColumn(String) - Method in class org.apache.torque.engine.database.model.Table
Returns true if the table contains a specified column
containsSqlEnd(String, String) - Static method in class org.kuali.db.SqlSplitter
Check if the given sql line contains an end of command ';' Please note that we do not fully parse the SQL, so if we get a malformed statement, we cannot detect it.
containsValue(String) - Method in class org.kuali.db.DelimiterType
Is this value included in the enumeration?
context - Variable in class org.apache.torque.task.TorqueDataModelTask
Velocity context which exposes our objects in the templates.
CONTINUE - Static variable in class org.apache.torque.task.TorqueSQLExec.OnError
 
CONV_METHOD_JAVANAME - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Similar to NameGenerator.CONV_METHOD_UNDERSCORE except nothing is converted to lowercase.
CONV_METHOD_NOCHANGE - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Specifies no modification when converting from a schema column or table name to a java name.
CONV_METHOD_UNDERSCORE - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Traditional method for converting schema table and column names to java names.
CONV_METHOD_UNDERSCORE_OMIT_SCHEMA - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Similar to NameGenerator.CONV_METHOD_UNDERSCORE except a possible schema name (preceding a dot (.) )is omitted
copy(Domain) - Method in class org.apache.torque.engine.database.model.Domain
 
copyProperties(Object, Object) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
createClasspath() - Method in class org.apache.torque.task.TorqueSQLExec
Create the classpath for loading the driver.
createNewXML(Document, Document) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
merges the two xml document.
createNotNullBeforeAutoincrement() - Method in interface org.apache.torque.engine.platform.Platform
Returns whether the "not null part" of the definition of a column should be generated before the "autoincrement part" in a "create table" statement.
createNotNullBeforeAutoincrement() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
createSqlDbMap() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
create the sql -> database map.
createXMLWithDescription() - Method in class org.apache.torque.task.TorqueXMLWithDesc
Returns a document object with table and column name from the input file and a blank description
Credentials - Class in org.kuali.db
 
Credentials() - Constructor for class org.kuali.db.Credentials
 
Credentials(String, String) - Constructor for class org.kuali.db.Credentials
 

D

Database - Class in org.apache.torque.engine.database.model
A class for holding application data structures.
Database(String) - Constructor for class org.apache.torque.engine.database.model.Database
Creates a new instance for the specified database type.
database - Variable in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Database object representing the information from schema.xml
DatabaseCommand - Enum in org.kuali.db
 
DatabaseEvent - Class in org.kuali.db
Pojo for a database event
DatabaseEvent() - Constructor for class org.kuali.db.DatabaseEvent
 
DatabaseEvent(String) - Constructor for class org.kuali.db.DatabaseEvent
 
DatabaseEvent(String, MessagePriority) - Constructor for class org.kuali.db.DatabaseEvent
 
DatabaseEvent(String, MessagePriority, Date, Throwable, Transaction) - Constructor for class org.kuali.db.DatabaseEvent
 
DatabaseListener - Interface in org.kuali.db
Listens for Database events
databaseNames - Variable in class org.apache.torque.task.TorqueDataModelTask
Hashtable containing the names of all the databases in our collection of schemas.
DatabaseParser - Interface in org.kuali.core.db.torque
This lets KualiTorqueSQLTask and KualiXmlToAppData play nicely with Torque 3.3 Maven Plugin Mojo's
DatabaseType - Enum in org.kuali.db
The types of supported databases
dataDTD - Variable in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
The DTD itself.
dataModelDbMap - Variable in class org.apache.torque.task.TorqueDataModelTask
Map of data model name to database name.
dataModels - Variable in class org.apache.torque.task.TorqueDataModelTask
Data models that we collect.
DATE - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
DATE_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DATE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DATE_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DATE_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
debug(String) - Method in class org.kuali.db.SQLExecutor
 
DECIMAL - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
DECIMAL_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DECIMAL_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DECIMAL_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DECIMAL_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DelimiterType - Class in org.kuali.db
 
DelimiterType() - Constructor for class org.kuali.db.DelimiterType
bean constructor
difference(Set<T>, Set<T>) - Static method in class org.kuali.core.db.torque.SetUtils
Returns elements from A that are not in B
DISTINCT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
doFinalInitialization() - Method in class org.apache.torque.engine.database.model.Database
Initializes the model.
doFinalInitialization() - Method in class org.apache.torque.engine.database.model.Table
A hook for the SAX XML parser to call when this table has been fully loaded from the XML, and all nested elements have been processed.
Domain - Class in org.apache.torque.engine.database.model
A Class for holding data about a column used in an Application.
Domain() - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new instance with a null name.
Domain(String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType, String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType, String, String, String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType, String, String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(Domain) - Constructor for class org.apache.torque.engine.database.model.Domain
 
DOUBLE - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
DOUBLE_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DRIVER_INFO_PROPERTIES_PASSWORD - Static variable in class org.kuali.db.ConnectionHandler
 
DRIVER_INFO_PROPERTIES_USER - Static variable in class org.kuali.db.ConnectionHandler
 
DTD_LOCATION - Static variable in class org.kuali.core.db.torque.ImpexDTDResolver
 
DTD_NAME - Static variable in class org.kuali.core.db.torque.ImpexDTDResolver
 
DTDResolver - Class in org.apache.torque.engine.database.transform
A resolver to get the database.dtd file for the XML parser from the jar.
DTDResolver() - Constructor for class org.apache.torque.engine.database.transform.DTDResolver
constructor
DumpTask - Class in org.kuali.core.db.torque
 
DumpTask() - Constructor for class org.kuali.core.db.torque.DumpTask
 

E

endElement(String, String, String) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
Handles closing elements of the xml file.
endElement(String, String, String) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
Handles closing elements of the xml file.
EngineException - Exception in org.apache.torque.engine
The base class of all exceptions thrown by the engine.
EngineException() - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException without specified detail message.
EngineException(String) - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException with specified detail message.
EngineException(Throwable) - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException with specified nested Throwable.
EngineException(String, Throwable) - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException with specified detail message and nested Throwable.
error(SAXParseException) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
Handles exception which occur when the xml file is parsed
error(SAXParseException) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
Handles exception which occur when the xml file is parsed
error(Throwable, String) - Method in class org.kuali.db.SQLExecutor
 
error(String) - Method in class org.kuali.db.SQLExecutor
 
execSQL(String, PrintStream) - Method in class org.apache.torque.task.TorqueSQLExec
Exec the sql statement.
execSQL(String, PrintStream) - Method in class org.kuali.db.SQLExecutor
Exec the sql statement.
execute() - Method in class org.apache.torque.engine.database.transform.SQLToAppData
Execute the parser.
execute() - Method in class org.apache.torque.task.PackageAsPathTask
Executes the package to patch converstion and stores it in the user property value.
execute() - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
execute() - Method in class org.apache.torque.task.TorqueSQLExec
Load the sql file and then execute it
execute() - Method in class org.apache.torque.task.TorqueSQLTransformTask
Execute the task.
execute() - Method in class org.apache.torque.task.TorqueXMLWithDesc
This is the exceute method of the Task called by the ant script
execute() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Dump the data to XML files
execute() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Execute the task
execute() - Method in class org.kuali.db.SQLExecutor
 
executeSql(String) - Method in class org.kuali.db.SQLExecutor
 
executeTransaction(Transaction) - Method in class org.kuali.db.SQLExecutor
 

F

filesets - Variable in class org.apache.torque.task.TorqueDataModelTask
Fileset of XML schemas which represent our data models.
filter(Iterator<String>) - Method in class org.kuali.core.db.torque.StringFilter
Invoke Iterator.remove() on any strings that match an exclusion pattern or do not match an inclusion pattern
FilteredPropertyCopier - Class in org.kuali.core.db.torque
 
FilteredPropertyCopier() - Constructor for class org.kuali.core.db.torque.FilteredPropertyCopier
 
filterInvalidDefaultValues(String) - Method in interface org.apache.torque.engine.platform.Platform
 
filterInvalidDefaultValues(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
filterInvalidDefaultValues(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
finishTransaction(DatabaseEvent) - Method in interface org.kuali.db.DatabaseListener
 
fireAfterExecuteSQL(int, String) - Method in class org.kuali.db.SQLExecutor
 
fireAfterProcessingSQLResults(int, int, int, String) - Method in class org.kuali.db.SQLExecutor
 
fireBeforeExecuteSQL(int, String) - Method in class org.kuali.db.SQLExecutor
 
fireBeginTransaction(Transaction) - Method in class org.kuali.db.SQLExecutor
 
fireFinishTransaction(Transaction) - Method in class org.kuali.db.SQLExecutor
 
fireMessageLogged(String) - Method in class org.kuali.db.SQLExecutor
 
fireMessageLogged(String, MessagePriority) - Method in class org.kuali.db.SQLExecutor
 
FLOAT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
FLOAT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
ForeignKey - Class in org.apache.torque.engine.database.model
A class for information about foreign keys of a table.
ForeignKey() - Constructor for class org.apache.torque.engine.database.model.ForeignKey
 
ForeignKey - Class in org.kuali.core.db.torque.pojo
 
ForeignKey() - Constructor for class org.kuali.core.db.torque.pojo.ForeignKey
 

G

generateName(List) - Method in class org.apache.torque.engine.database.model.ConstraintNameGenerator
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.
generateName(List) - Method in class org.apache.torque.engine.database.model.JavaNameGenerator
inputs should consist of two elements, the original name of the database element and the method for generating the name.
generateName(String, List) - Static method in class org.apache.torque.engine.database.model.NameFactory
Given a list of String objects, implements an algorithm which produces a name.
generateName(List) - Method in interface org.apache.torque.engine.database.model.NameGenerator
Given a list of String objects, implements an algorithm which produces a name.
generateXML(Platform) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate XML from the data in the tables in the database
generateXML(Platform) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Generates an XML database schema from JDBC metadata.
getAlgorithm(String) - Method in class org.apache.torque.engine.database.model.NameFactory
Factory method which retrieves an instance of the named generator.
getAlias() - Method in class org.apache.torque.engine.database.model.Table
JavaName of om object this entry references.
getAncestor() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of ancestor.
getArtifactId() - Method in class org.kuali.core.db.torque.DumpTask
 
getAutoIncrement() - Method in interface org.apache.torque.engine.platform.Platform
 
getAutoIncrement() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getAutoIncrement() - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getAutoIncrement() - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getAutoIncrementString() - Method in class org.apache.torque.engine.database.model.Column
 
getBaseClass() - Method in class org.apache.torque.engine.database.model.Database
Get the value of baseClass.
getBaseClass() - Method in class org.apache.torque.engine.database.model.Table
Gets the value of base class for classes produced from this table.
getBasePeer() - Method in class org.apache.torque.engine.database.model.Database
Get the value of basePeer.
getBasePeer() - Method in class org.apache.torque.engine.database.model.Table
Get the value of basePeer.
getBaseUrl(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getBuildDirectory() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
getChildren() - Method in class org.apache.torque.engine.database.model.Column
Get the inheritance definitions.
getChildrenColumn() - Method in class org.apache.torque.engine.database.model.Table
Gets the column that subclasses of the class representing this table can be produced from.
getChildrenNames() - Method in class org.apache.torque.engine.database.model.Table
Get the objects that can be created from this table.
getClassName() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of className.
getClob(Clob) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a CLOB to a String
getCol() - Method in class org.apache.torque.engine.sql.Token
Get the column number of this token.
getColumn() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of parent.
getColumn(String) - Method in class org.apache.torque.engine.database.model.Table
Returns a specified column.
getColumn() - Method in class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
 
getColumnByJavaName(String) - Method in class org.apache.torque.engine.database.model.Table
Returns a specified column.
getColumnElement(Column, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getColumnList() - Method in class org.apache.torque.engine.database.model.Index
Return a comma delimited string of the columns which compose this index.
getColumnNames() - Method in class org.apache.torque.engine.database.model.Index
Returns the list of names of the columns referenced by this index.
getColumns() - Method in class org.apache.torque.engine.database.model.Index
Return the list of local columns.
getColumns() - Method in class org.apache.torque.engine.database.model.Table
Returns a List containing all the columns in the table
getColumns(ResultSetMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate an array of Column objects from the result set metadata
getColumns(DatabaseMetaData, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Retrieves all the column names and types for a given table from JDBC metadata.
getColumns() - Method in class org.kuali.core.db.torque.pojo.Index
 
getColumnValue(ResultSet, int, Column, int, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Extract a column value from the result set, converting as needed
getColumnValues() - Method in class org.apache.torque.engine.database.transform.XmlToData.DataRow
 
getCommand() - Method in class org.kuali.db.SQLGenerator
 
getComment() - Method in class org.kuali.core.db.torque.DumpTask
 
getConn() - Method in class org.kuali.db.SQLExecutor
 
getConnection() - Method in class org.kuali.core.db.torque.DumpTask
 
getConnection() - Method in class org.kuali.core.db.torque.TableHelper
 
getConnection() - Method in class org.kuali.db.ConnectionHandler
 
getConnectionHandler() - Method in class org.kuali.core.db.torque.DumpTask
 
getContainsForeignPK() - Method in class org.apache.torque.engine.database.model.Table
Determine if this table contains a foreign PK
getCredentials() - Method in class org.kuali.db.ConnectionHandler
 
getCustomProperties() - Method in class org.kuali.db.SQLGenerator
 
getCustomPropertiesLocation() - Method in class org.kuali.db.SQLGenerator
 
getData(File) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Parse a data XML file.
getDatabase() - Method in class org.apache.torque.engine.database.model.Table
Get the parent of the table
getDatabase() - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
getDatabase() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
Returns the name of the database to generate sql for.
getDatabase(String, String) - Method in class org.kuali.core.db.torque.Utils
 
getDatabaseConfiguration(DatabaseType) - Method in class org.kuali.db.JDBCUtils
Given a database type, return the corresponding JDBC configuration
getDatabaseConfiguration(String) - Method in class org.kuali.db.JDBCUtils
Given a JDBC url, attempt to locate the corresponding JDBCConfig object
getDatabaseName(String) - Method in class org.kuali.db.JDBCUtils
Given a JDBC connection URL, extract only the database name.
getDatabaseNode() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getDatabaseParser() - Method in class org.apache.torque.task.TorqueDataModelTask
Return a SAX parser that implements the DatabaseParser interface
getDatabaseParser() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
 
getDatabases(List<String>, String) - Method in class org.kuali.core.db.torque.Utils
 
getDatabaseType() - Method in class org.apache.torque.engine.database.model.Database
 
getDataDTD() - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
getDataModel(File) - Method in class org.apache.torque.task.TorqueDataModelTask
Parse a schema XML File into a Database object
getDataModelDbMap() - Method in class org.apache.torque.task.TorqueDataModelTask
Return the data model to database name map.
getDataModelFiles() - Method in class org.apache.torque.task.TorqueDataModelTask
Get the list of schema XML files from our filesets
getDataModels() - Method in class org.apache.torque.task.TorqueDataModelTask
Return the data models that have been processed.
getDataSelectStatement(TableHelper, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate a SQL statement that selects all data from the table
getDatasetNode(TableHelper, DocumentImpl, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate and return the dataset Element
getDataXMLDir() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
getDate(ResultSet, int) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a JDBC Timestamp into a java.util.Date using the specified format
getDateFormat() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
getDbMetaData() - Method in class org.kuali.core.db.torque.TableHelper
 
getDbSchema() - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
getDecimalDigits() - Method in class org.kuali.core.db.torque.pojo.Column
 
getDefaultIdMethod() - Method in class org.apache.torque.engine.database.model.Database
Get the value of defaultIdMethod.
getDefaultJavaNamingMethod() - Method in class org.apache.torque.engine.database.model.Database
Get the value of defaultJavaNamingMethod which specifies the method for converting schema names for table and column to Java names.
getDefaultJavaType() - Method in class org.apache.torque.engine.database.model.Database
Get type to use in Java sources (primitive || object)
getDefaultPrintableConsoleWidth() - Method in class org.kuali.core.db.torque.Utils
 
getDefaultSetting() - Method in class org.apache.torque.engine.database.model.Column
Deprecated.  
getDefaultSetting() - Method in class org.apache.torque.engine.database.model.Domain
Deprecated.  
getDefaultValue() - Method in class org.apache.torque.engine.database.model.Column
Get a string that will give this column a default value.
getDefaultValue() - Method in class org.apache.torque.engine.database.model.Domain
 
getDefaultValue(String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getDefinition() - Method in class org.kuali.core.db.torque.pojo.View
 
getDefValue() - Method in class org.kuali.core.db.torque.pojo.Column
 
getDelimiter() - Method in class org.kuali.db.SQLExecutor
 
getDelimiterType() - Method in class org.kuali.db.SQLExecutor
 
getDescription() - Method in class org.apache.torque.engine.database.model.Column
Get the description for the Table
getDescription() - Method in class org.apache.torque.engine.database.model.Domain
 
getDescription() - Method in class org.apache.torque.engine.database.model.Table
Get the description for the Table
getDescription() - Method in class org.kuali.db.Transaction
 
getDoc() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getDocument(TableHelper, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Return the XML Document object that we will serialize to disk
getDocument() - Method in class org.kuali.core.db.torque.TableHelper
 
getDocumentImpl() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getDomain() - Method in class org.apache.torque.engine.database.model.Column
 
getDomain(String) - Method in class org.apache.torque.engine.database.model.Database
 
getDomainForSchemaType(SchemaType) - Method in interface org.apache.torque.engine.platform.Platform
Returns the db specific domain for a jdbcType.
getDomainForSchemaType(SchemaType) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getDriver() - Method in class org.kuali.core.db.torque.DumpTask
 
getDriver() - Method in class org.kuali.db.ConnectionHandler
 
getDriver() - Method in class org.kuali.db.JDBCConfiguration
 
getDriverInstance() - Method in class org.kuali.db.ConnectionHandler
 
getDriverProperties() - Method in class org.kuali.core.db.torque.DumpTask
 
getDriverProperties() - Method in class org.kuali.db.ConnectionHandler
 
getElapsed(long) - Method in class org.kuali.core.db.torque.Utils
 
getEncoding() - Method in class org.kuali.core.db.torque.DumpTask
 
getEncoding(String) - Method in class org.kuali.core.db.torque.Utils
 
getEncoding() - Method in class org.kuali.db.SQLGenerator
 
getEncoding() - Method in class org.kuali.db.Transaction
 
getEnum(String) - Static method in class org.apache.torque.engine.database.model.SchemaType
 
getEnumList() - Static method in class org.apache.torque.engine.database.model.SchemaType
 
getEnumMap() - Static method in class org.apache.torque.engine.database.model.SchemaType
 
getEscapedValue() - Method in class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
 
getException() - Method in class org.kuali.db.DatabaseEvent
 
getExcludePatterns() - Method in class org.kuali.core.db.torque.DumpTask
 
getExcludePatterns() - Method in class org.kuali.core.db.torque.StringFilter
 
getExcludeProperties() - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
getExcludes() - Method in class org.kuali.core.db.torque.StringFilter
 
getExecuteSQLEvent(int, String) - Method in class org.kuali.db.SQLExecutor
 
getFileName() - Method in class org.apache.torque.engine.database.model.Database
 
getFilename(String) - Method in class org.kuali.core.db.torque.Utils
 
getFiles(File, String[]) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Get a list of File objects from the directory and filenames passed in
getFiles(List<FileSet>, Project) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Cycle through the filesets to generate a list of file objects
getFilesets() - Method in class org.apache.torque.task.TorqueDataModelTask
 
getForeignColumn() - Method in class org.kuali.core.db.torque.pojo.Reference
 
getForeignColumnNames() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns a comma delimited string of foreign column names
getForeignColumns() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the list of foreign column names.
getForeignKey() - Method in class org.apache.torque.engine.database.model.Column
get the foreign key object for this column if it is a foreign key or part of a foreign key
getForeignKey(String) - Method in class org.apache.torque.engine.database.model.Table
Return the first foreign key that includes col in it's list of local columns.
getForeignKeyElement(String, Map<String, ForeignKey>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getForeignKeyName(ResultSet, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getForeignKeys() - Method in class org.apache.torque.engine.database.model.Table
Returns a List containing all the FKs in the table
getForeignKeys(DatabaseMetaData, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Retrieves a list of foreign key columns for a given table.
getForeignLocalMapping() - Method in class org.apache.torque.engine.database.model.ForeignKey
Utility method to get foreign column names to local column names mapping for this foreign key.
getForeignTableName() - Method in class org.apache.torque.engine.database.model.ForeignKey
Get the foreignTableName of the FK
getForeignTableNames() - Method in class org.apache.torque.engine.database.model.Table
A list of tables referenced by foreign keys in this table
getFullyQualifiedName() - Method in class org.apache.torque.engine.database.model.Column
Returns table.column
getGetterName() - Method in class org.apache.torque.engine.database.model.Column
Returns the name for the getter method to retrieve the value of this column
getHelper() - Method in class org.kuali.db.SQLGenerator
 
getIdMethod() - Method in class org.apache.torque.engine.database.model.Table
Get the method for generating pk's
getIdMethodParameters() - Method in class org.apache.torque.engine.database.model.Table
Returns a Collection of parameters relevant for the chosen id generation method.
getIncludePatterns() - Method in class org.kuali.core.db.torque.DumpTask
 
getIncludePatterns() - Method in class org.kuali.core.db.torque.StringFilter
 
getIncludeProperties() - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
getIncludes() - Method in class org.kuali.core.db.torque.StringFilter
 
getIndex() - Method in class org.kuali.db.DelimiterType
 
getIndexes(DatabaseMetaData, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getIndices() - Method in class org.apache.torque.engine.database.model.Table
Returns a List containing all the indices in the table
getInfo() - Method in class org.kuali.db.ConnectionHandler
 
getInheritanceType() - Method in class org.apache.torque.engine.database.model.Column
Get the value of the inheritance attribute defined in the schema XML.
getInputFile() - Method in class org.apache.torque.task.TorqueSQLTransformTask
Get the current input file
getInputSource(String) - Method in class org.apache.torque.engine.database.transform.XmlToData
get an InputSource for an URL String
getInputStream(String) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
 
getInputValidator() - Method in class org.apache.torque.engine.database.model.Column
Returns the class name to do input validation
getInterface() - Method in class org.apache.torque.engine.database.model.Table
Interface which objects for this table will implement
getJavaName() - Method in class org.apache.torque.engine.database.model.Column
Get name to use in Java sources to build method names.
getJavaName() - Method in class org.apache.torque.engine.database.model.Database
Get the base name to use when creating related Java Classes.
getJavaName() - Method in class org.apache.torque.engine.database.model.Table
Get name to use in Java sources
getJavaNative() - Method in class org.apache.torque.engine.database.model.Column
Return a string representation of the native java type which corresponds to the JDBC type of this column.
getJavaNative(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return native java type which corresponds to the JDBC type provided.
getJavaNativeObject(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return native java type which corresponds to the JDBC type provided.
getJavaObject() - Method in class org.apache.torque.engine.database.model.Column
Return a string representation of the Java object which corresponds to the JDBC type of this column.
getJavaObject(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return a Java object which corresponds to the JDBC type provided.
getJavaPrimitive() - Method in class org.apache.torque.engine.database.model.Column
Return a string representation of the primitive java type which corresponds to the JDBC type of this column.
getJavaType() - Method in class org.apache.torque.engine.database.model.Column
Returns whether the type in the java object should be an object or primitive.
getJDBCTableNames(DatabaseMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Get the names of all the tables in our schema
getJdbcType() - Method in class org.apache.torque.engine.database.model.Column
 
getJdbcType(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Deprecated. the type conversion is handled by the platform package (since torque 3.2)
getJdbcUtils() - Method in class org.kuali.db.SQLGenerator
 
getKey() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of key.
getLine() - Method in class org.apache.torque.engine.sql.Token
Get the line number of this token.
getListeners() - Method in class org.kuali.db.SQLExecutor
 
getListFromCSV(String) - Static method in class org.kuali.core.db.torque.StringFilter
 
getLoader() - Method in class org.kuali.db.SQLGenerator
 
getLocalColumn() - Method in class org.kuali.core.db.torque.pojo.Reference
 
getLocalColumnNames() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns a comma delimited string of local column names
getLocalColumns() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the list of local column names.
getLocalForeignMapping() - Method in class org.apache.torque.engine.database.model.ForeignKey
Utility method to get local column names to foreign column names mapping for this foreign key.
getLocation(String) - Method in class org.kuali.db.SQLGenerator
 
getMaxColumnNameLength() - Method in interface org.apache.torque.engine.platform.Platform
Returns the max column length supported by the db.
getMaxColumnNameLength() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getMaxColumnNameLength() - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getMessage() - Method in class org.kuali.db.DatabaseEvent
 
getMsg() - Method in class org.kuali.core.db.torque.PrettyPrint
 
getName() - Method in class org.apache.torque.engine.database.model.Column
Get the name of the column
getName() - Method in class org.apache.torque.engine.database.model.Database
Get the name of the Database
getName() - Method in class org.apache.torque.engine.database.model.Domain
 
getName() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the name attribute.
getName() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Get the parameter name
getName() - Method in class org.apache.torque.engine.database.model.Index
Gets the name of this index.
getName() - Method in class org.apache.torque.engine.database.model.Table
Get the name of the Table
getName() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getName() - Method in class org.kuali.core.db.torque.pojo.Column
 
getName() - Method in class org.kuali.core.db.torque.pojo.Index
 
getName() - Method in class org.kuali.core.db.torque.pojo.Sequence
 
getName() - Method in class org.kuali.core.db.torque.pojo.View
 
getNativeIdMethod() - Method in interface org.apache.torque.engine.platform.Platform
Returns the native IdMethod (sequence|identity)
getNativeIdMethod() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getNativeIdMethod() - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getNewKualiForeignKey(String, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getNextVal() - Method in class org.kuali.core.db.torque.pojo.Sequence
 
getNotNullString() - Method in class org.apache.torque.engine.database.model.Column
Return NOT NULL String for this column
getNullString(boolean) - Method in interface org.apache.torque.engine.platform.Platform
 
getNullString(boolean) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getNullType() - Method in class org.kuali.core.db.torque.pojo.Column
 
getNumColumns() - Method in class org.apache.torque.engine.database.model.Table
Utility method to get the number of columns in this table
getOnDelete() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the onDelete attribute
getOnDelete(ResultSet) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getOnDelete() - Method in class org.kuali.core.db.torque.pojo.ForeignKey
 
getOnError() - Method in class org.kuali.db.SQLExecutor
 
getOnUpdate() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the onUpdate attribute
getOption(String) - Method in class org.apache.torque.engine.database.model.Column
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.Database
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.Index
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.Table
Get the value that was associated with this key in an XML option element.
getOptions() - Method in class org.apache.torque.engine.database.model.Column
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.Database
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.ForeignKey
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.Index
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.Table
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getOutputDelimiter() - Method in class org.kuali.db.SQLExecutor
 
getOutputFile() - Method in class org.apache.torque.task.TorqueSQLTransformTask
Get the current output file.
getOutputFormat() - Method in class org.apache.torque.task.TorqueDocumentationTask
Get the current output format.
getPackage() - Method in class org.apache.torque.engine.database.model.Database
Get the value of package.
getPackage() - Method in class org.apache.torque.engine.database.model.Table
Get the value of package.
getPackageFriendlyName(String) - Method in class org.kuali.db.SQLGenerator
 
getParameterParserMethod() - Method in class org.apache.torque.engine.database.model.Column
Return ParameterParser getX() method which corresponds to the JDBC type which represents this column.
getPassword() - Method in class org.kuali.core.db.torque.DumpTask
 
getPassword() - Method in class org.kuali.db.Credentials
 
getPatterns(List<String>) - Method in class org.kuali.core.db.torque.StringFilter
Convert a List into List
getPeerJavaName() - Method in class org.apache.torque.engine.database.model.Column
Returns the name of the constant that is used for the column in the Peer class, e.g., RecordPeer.COLVARNAME.
getPlatform() - Method in class org.apache.torque.engine.database.model.Database
Returns the Platform implementation for this database.
getPlatform() - Method in class org.kuali.core.db.torque.TableHelper
 
getPlatformFor(String) - Static method in class org.apache.torque.engine.platform.PlatformFactory
Returns the Platform for a platform name.
getPopulatedDataModels() - Method in class org.apache.torque.task.TorqueDataModelTask
Parse schema XML files into Database objects
getPosition() - Method in class org.apache.torque.engine.database.model.Column
Get the location of this column within the table (one-based).
getPPMethod(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return ParameterParser getX() method which corresponds to the JDBC type provided.
getPrecision() - Method in class org.apache.torque.engine.database.model.Column
Try to determine the precision of the field from the size attribute.
getPrefix() - Method in class org.kuali.db.SQLGenerator
 
getPrimaryKey() - Method in class org.apache.torque.engine.database.model.Table
Returns the collection of Columns which make up the single primary key for this table.
getPrimaryKeyName(String, DatabaseMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in interface org.apache.torque.engine.platform.Platform
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
Retrieves a list of the columns composing the primary key for a given table.
getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getPrimaryKeys(Platform, DatabaseMetaData, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getPrimaryKeys() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getPriority() - Method in class org.kuali.db.DatabaseEvent
 
getProperties() - Method in class org.kuali.db.SQLGenerator
 
getReader() - Method in class org.kuali.db.Transaction
 
getReader(InputStream) - Method in class org.kuali.db.Transaction
 
getReferences() - Method in class org.kuali.core.db.torque.pojo.ForeignKey
 
getReferrers() - Method in class org.apache.torque.engine.database.model.Column
Get list of references to this column.
getReferrers() - Method in class org.apache.torque.engine.database.model.Table
Get list of references to this table.
getRefTableName() - Method in class org.kuali.core.db.torque.pojo.ForeignKey
 
getRelatedColumnName() - Method in class org.apache.torque.engine.database.model.Column
Utility method to get the related column of this local column if this column is a foreign key or part of a foreign key.
getRelatedTableName() - Method in class org.apache.torque.engine.database.model.Column
Utility method to get the related table of this column if it is a foreign key or part of a foreign key
getResourceLocation() - Method in class org.kuali.db.Transaction
 
getRow(DocumentImpl, String, ResultSetMetaData, ResultSet, Column[], int) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a row from the result set into an Element
getRowCount() - Method in class org.kuali.core.db.torque.TableHelper
 
getScale() - Method in class org.apache.torque.engine.database.model.Column
Try to determine the scale of the field from the scale and size attribute.
getScale() - Method in class org.apache.torque.engine.database.model.Domain
 
getSchema() - Method in class org.kuali.core.db.torque.DumpTask
 
getSchemaName(String) - Method in interface org.apache.torque.engine.platform.Platform
Given an artifact id, return a string a schema name based on the artifact id that is allowed by the db vendor
getSchemaName(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getSchemaName(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getSchemaName(String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getSchemaXMLFile() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getSequenceName() - Method in class org.apache.torque.engine.database.model.Table
A name to use for creating a sequence if one is not specified.
getSequenceNames(DatabaseMetaData, String) - Method in interface org.apache.torque.engine.platform.Platform
Get the list of sequences defined in the database schema given.
getSequenceNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getSequenceNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getSequenceNextVal(Connection, String, String) - Method in interface org.apache.torque.engine.platform.Platform
 
getSequenceNextVal(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getSequenceNextVal(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getSequenceNextVal(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getSequences() - Method in class org.kuali.core.db.torque.pojo.KualiDatabase
 
getSerializer(Writer) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
This is the XMLSerializer responsible for outputting the XML document
getServerUrl(String) - Method in interface org.apache.torque.engine.platform.Platform
Given a JDBC url return a url that can connect directly to the database server itself.
getServerUrl(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getServerUrl(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
jdbc:mysql://[host:port],[host:port]/[database][?property1][=value1][&property2][=value2]
getServerUrl(String) - Method in class org.kuali.db.JDBCUtils
Given a JDBC connection URL, generate a new connection URL to connect directly to the database server itself (ie: no database specified).
getSet(List<String>) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a List to a Set
getSetterName() - Method in class org.apache.torque.engine.database.model.Column
Returns the name for the setter method to set the value of this column
getSize() - Method in class org.apache.torque.engine.database.model.Column
Returns the size of the column
getSize() - Method in class org.apache.torque.engine.database.model.Domain
 
getSize() - Method in class org.kuali.core.db.torque.pojo.Column
 
getSql() - Method in class org.kuali.db.DatabaseEvent
 
getSQL() - Method in class org.kuali.db.SQLGenerator
 
getSqlCommand() - Method in class org.kuali.db.Transaction
 
getSqlDbMap() - Method in class org.apache.torque.task.TorqueDataModelTask
Get the sqldbmap.
getSqlDbMap() - Method in class org.apache.torque.task.TorqueSQLExec
Get the sqldbmap properties file.
getSqlFile() - Method in class org.apache.torque.engine.database.transform.SQLToAppData
Get the current input sql file
getSQLLocation() - Method in class org.kuali.db.SQLGenerator
 
getSqlString() - Method in class org.apache.torque.engine.database.model.Column
 
getSqlType() - Method in class org.apache.torque.engine.database.model.Domain
 
getSqlType() - Method in class org.kuali.core.db.torque.pojo.Column
 
getSrcDir() - Method in class org.apache.torque.task.TorqueSQLExec
Get the src directory for the sql files listed in the sqldbmap file.
getStandardJavaName() - Method in class org.apache.torque.engine.database.model.Database
Convert dbName to a Java compatible name by the JavaName method only (ignores the defaultJavaNamingMethod).
getStart() - Method in class org.kuali.core.db.torque.PrettyPrint
 
getStatement() - Method in class org.kuali.db.SQLExecutor
 
getStop() - Method in class org.kuali.core.db.torque.PrettyPrint
 
getStr() - Method in class org.apache.torque.engine.sql.Token
Returns the string representation of this token.
getSuccessfulStatements() - Method in class org.kuali.db.DatabaseEvent
 
getSuccessfulStatements() - Method in class org.kuali.db.SQLExecutor
 
getSuffix() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
Returns the suffix of the generated sql files.
getSystemId() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Return the systemId to use
getSystemId() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getTable() - Method in class org.apache.torque.engine.database.model.Column
Get the parent Table of the column
getTable(String) - Method in class org.apache.torque.engine.database.model.Database
Return the table with the specified name.
getTable() - Method in class org.apache.torque.engine.database.model.ForeignKey
Get the parent Table of the foreign key
getTable() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Get the parent Table of the id method
getTable() - Method in class org.apache.torque.engine.database.model.Index
Get the parent Table of the index
getTable() - Method in class org.apache.torque.engine.database.transform.XmlToData.DataRow
 
getTableByJavaName(String) - Method in class org.apache.torque.engine.database.model.Database
Return the table with the specified javaName.
getTableIndex(ResultSet, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getTableName() - Method in class org.apache.torque.engine.database.model.Column
Returns the Name of the table the column is in
getTableName() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the name of the table the foreign key is in
getTableName() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Returns the Name of the table the id method is in
getTableName() - Method in class org.apache.torque.engine.database.model.Index
Returns the Name of the table the index is in
getTableNames(DatabaseMetaData, String) - Method in interface org.apache.torque.engine.platform.Platform
 
getTableNames(DatabaseMetaData, String, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getTableNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
Get all the table names in the current database that are not system tables.
getTableNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getTableNames() - Method in class org.kuali.core.db.torque.TableHelper
 
getTableNamesFromFiles(List<File>) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Extract table names from files on the file system
getTableNamesFromSchemaXML(Database) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Extract table names from schema.xml
getTableNamesFromTableObjects(List<?>) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
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

Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.