Uses of Class
org.apache.torque.templates.model.Table
-
Packages that use Table Package Description org.apache.torque.templates.model This package contains the typed model for the torque schema.org.apache.torque.templates.transformer.sql Contains various classes for typemapping. -
-
Uses of Table in org.apache.torque.templates.model
Fields in org.apache.torque.templates.model declared as Table Modifier and Type Field Description Table
Column. parent
The table to which the column belongs.Table
ForeignKey. parent
The table to which this foreign key definition belongs.Table
IdMethodParameter. parent
The table where the id method parameter belongs to.Table
Index. parent
The table to which the index belongs.Table
Unique. parent
The table where this unique constraint belongs to.Fields in org.apache.torque.templates.model with type parameters of type Table Modifier and Type Field Description List<Table>
Database. allTables
List of all tables, including the tables from loaded external-schema definitions.List<Table>
Database. tableList
The list of tables for this database. -
Uses of Table in org.apache.torque.templates.transformer.sql
Methods in org.apache.torque.templates.transformer.sql with parameters of type Table Modifier and Type Method Description void
SQLModelTransformer. transformTable(Table table, Database database, ControllerState controllerState)
-