|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
org.apache.torque.engine.database.model | |
org.apache.torque.engine.database.transform | |
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 |
ForeignKey.parentTable
|
private Table |
Index.parentTable
table |
private Table |
Column.parentTable
|
private Table |
IdMethodParameter.parentTable
|
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 |
ForeignKey.getTable()
Get the parent Table of the foreign key |
Table |
Index.getTable()
Get the parent Table of the index |
Table |
Column.getTable()
Get the parent Table of the column |
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 |
ForeignKey.setTable(Table parent)
Set the parent Table of the foreign key |
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 |
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 |
---|
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.kuali.core.db.torque |
---|
Fields in org.kuali.core.db.torque declared as Table | |
---|---|
private Table |
KualiXmlToAppData.currTable
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |