|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
IdMethodParameter.getTable()
Get the parent Table of the id method |
Table |
Column.getTable()
Get the parent Table of the column |
Table |
ForeignKey.getTable()
Get the parent Table of the foreign key |
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 |
IdMethodParameter.setTable(Table parent)
Set the parent Table of the id method |
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 |
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(String databaseVendor,
String tablesXmlLocation)
|
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(ImportContext context,
SqlProducer sqlProducer,
Table table,
MpxMetaData metaData,
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 |
SqlProducer.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 |
OracleProducer.getSql(Table table,
BufferedReader reader)
|
Method parameters in org.kuali.common.impex.service with type arguments of type Table | |
---|---|
protected SqlMetaData |
DefaultImpexExecutorService.getSqlMetaData(SqlProducer producer,
String location,
String encoding,
List<Table> tables)
|
protected Table |
DefaultImpexExecutorService.getTableDefinition(String tableName,
List<Table> tables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |