| 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| Table | Column. parentThe table to which the column belongs. | 
| Table | ForeignKey. parentThe table to which this foreign key definition belongs. | 
| Table | IdMethodParameter. parentThe table where the id method parameter belongs to. | 
| Table | Index. parentThe table to which the index belongs. | 
| Table | Unique. parentThe table where this unique constraint belongs to. | 
| Modifier and Type | Field and Description | 
|---|---|
| List<Table> | Database. allTablesList of all tables, including the tables from loaded
 external-schema definitions. | 
| List<Table> | Database. tableListThe list of tables for this database. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SQLModelTransformer. transformTable(Table table,
              Database database,
              ControllerState controllerState) | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.