Uses of Class
org.apache.torque.engine.database.model.Table

Packages that use Table
org.apache.torque.engine.database.model   
org.apache.torque.engine.database.transform   
org.kuali.common.impex.service   
 

Uses of Table in org.apache.torque.engine.database.model
 

Methods in org.apache.torque.engine.database.model that return Table
 Table Database.addTable(Attributes attrib)
          An utility method to add a new table from an xml attribute.
 Table Index.getTable()
          Get the parent Table of the index
 Table Column.getTable()
          Get the parent Table of the column
 Table ForeignKey.getTable()
          Get the parent Table of the foreign key
 Table IdMethodParameter.getTable()
          Get the parent Table of the id method
 Table Database.getTable(String name)
          Return the table with the specified name.
 Table Database.getTableByJavaName(String javaName)
          Return the table with the specified javaName.
 

Methods in org.apache.torque.engine.database.model with parameters of type Table
 void Database.addTable(Table tbl)
          Add a table to the list and sets the Database property to this Database
 void Index.setTable(Table parent)
          Set the parent Table of the index
 void Column.setTable(Table parent)
          Set the parent Table of the column
 void ForeignKey.setTable(Table parent)
          Set the parent Table of the foreign key
 void IdMethodParameter.setTable(Table parent)
          Set the parent Table of the id method
 

Constructors in org.apache.torque.engine.database.model with parameters of type Table
Index(Table table, List indexColumns)
          Creates a new instance for the list of columns composing an index.
 

Uses of Table in org.apache.torque.engine.database.transform
 

Methods in org.apache.torque.engine.database.transform that return Table
 Table XmlToData.DataRow.getTable()
           
 

Constructors in org.apache.torque.engine.database.transform with parameters of type Table
XmlToData.DataRow(Table table, List<XmlToData.ColumnValue> columnValues)
           
 

Uses of Table in org.kuali.common.impex.service
 

Methods in org.kuali.common.impex.service that return Table
protected  Table DefaultImpexExecutorService.getTableDefinition(String tableName, List<Table> tables)
           
 

Methods in org.kuali.common.impex.service that return types with arguments of type Table
protected  List<Table> DefaultImpexExecutorService.getTables(ImpexContext context)
           
protected  List<Table> DefaultImpexGeneratorService.getTables(ImpexContext context)
           
 

Methods in org.kuali.common.impex.service with parameters of type Table
protected  String OracleProducer.buildBatchSql(Table table, List<DataBean> dataBeans)
           
protected  String OracleProducer.buildClobBatches(Table table, List<OracleProducer.LongClobRow> longClobRows)
           
protected  MpxImportResult DefaultImpexExecutorService.executeSql(ImpexContext context, Table table, MpxMetaData metaData, org.kuali.common.jdbc.context.ExecutionContext sqlExecutionContext)
           
protected  String AbstractSqlProducer.getColumnNamesCSV(Table table)
           
protected  List<Column> DefaultImpexGeneratorService.getColumns(Table table)
           
static List<Column> ImpexUtils.getColumns(Table table)
           
protected  String MySqlProducer.getPrefix(Table table)
           
 String OracleProducer.getSql(Table table, BufferedReader reader)
           
 String MySqlProducer.getSql(Table table, BufferedReader reader)
          Read data lines from the .mpx file and combine them into batched up, INSERT INTO sql statements.
 String SqlProducer.getSql(Table table, BufferedReader reader)
           
 

Method parameters in org.kuali.common.impex.service with type arguments of type Table
protected  Table DefaultImpexExecutorService.getTableDefinition(String tableName, List<Table> tables)
           
 



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