Uses of Class
org.apache.torque.templates.model.Column
-
Packages that use Column Package Description org.apache.torque.templates.model This package contains the typed model for the torque schema.org.apache.torque.templates.transformer Contains transformers and their helpers throughout the templates. -
-
Uses of Column in org.apache.torque.templates.model
Fields in org.apache.torque.templates.model declared as Column Modifier and Type Field Description Column
EnumValue. parent
The column to which this enum-value definition belongs to.Column
Inheritance. parent
The column to which this inheritance definition belongs to.Fields in org.apache.torque.templates.model with type parameters of type Column Modifier and Type Field Description List<Column>
Table. columnList
The columns of this table.List<Column>
Table. primaryKeyList
Contains all primary key columns of the table. -
Uses of Column in org.apache.torque.templates.transformer
Methods in org.apache.torque.templates.transformer with parameters of type Column Modifier and Type Method Description static SqlType
SchemaTypeHelper. getDomain(Column column, ControllerState controllerState)
static SchemaType
SchemaTypeHelper. getSchemaType(Column column, ControllerState controllerState)
Determines the schema type of a column.
-