|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
org.apache.torque.engine.database.model | |
org.apache.torque.engine.database.transform | |
org.apache.torque.task | |
org.kuali.core.db.torque |
Uses of Table in org.apache.torque.engine.database.model |
---|
Fields in org.apache.torque.engine.database.model declared as Table | |
---|---|
private Table |
Column.parentTable
|
private Table |
IdMethodParameter.parentTable
|
private Table |
ForeignKey.parentTable
|
private Table |
Index.parentTable
table |
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 |
Column.getTable()
Get the parent Table of the column |
Table |
IdMethodParameter.getTable()
Get the parent Table of the id method |
Table |
ForeignKey.getTable()
Get the parent Table of the foreign key |
Table |
Index.getTable()
Get the parent Table of the index |
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 |
protected List<String> |
Database.getTableNames(Table table)
|
protected void |
Database.removeFromList(Table targetTable)
|
void |
Database.removeTable(Table tbl)
Remove a table from this database |
void |
Column.setTable(Table parent)
Set the parent Table of the column |
void |
IdMethodParameter.setTable(Table parent)
Set the parent Table of the id method |
void |
ForeignKey.setTable(Table parent)
Set the parent Table of the foreign key |
void |
Index.setTable(Table parent)
Set the parent Table of the index |
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 |
---|
Fields in org.apache.torque.engine.database.transform declared as Table | |
---|---|
private Table |
XmlToAppData.currTable
|
private Table |
XmlToData.DataRow.table
|
Methods in org.apache.torque.engine.database.transform that return Table | |
---|---|
Table |
XmlToData.DataRow.getTable()
|
Methods in org.apache.torque.engine.database.transform with parameters of type Table | |
---|---|
private void |
SQLToAppData.create_Table_Column_Data(Table tbl)
Parse the data definition of the column statement. |
private void |
SQLToAppData.create_Table_Column_Foreign(Table tbl)
Parses FOREIGN KEY (BAR) REFERENCES TABLE (BAR) statement |
private void |
SQLToAppData.create_Table_Column_Primary(Table tbl)
Parses PRIMARY KEY (FOO,BAR) statement |
private void |
SQLToAppData.create_Table_Column_Unique(Table tbl)
Parses UNIQUE (NAME,FOO,BAR) statement |
private void |
SQLToAppData.create_Table_Column(Table tbl)
Parses column information between the braces of a CREATE TABLE () sql statement. |
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.apache.torque.task |
---|
Methods in org.apache.torque.task that return types with arguments of type Table | |
---|---|
protected List<Table> |
TorqueDataModelTask.getTables(Database database)
|
Uses of Table in org.kuali.core.db.torque |
---|
Fields in org.kuali.core.db.torque declared as Table | |
---|---|
private Table |
KualiXmlToAppData.currTable
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |