Uses of Class
org.apache.torque.templates.model.Column
Packages that use Column
Package
Description
This package contains the typed model for the torque schema.
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 ColumnModifier and TypeFieldDescriptionEnumValue.parentThe column to which this enum-value definition belongs to.Inheritance.parentThe column to which this inheritance definition belongs to.Fields in org.apache.torque.templates.model with type parameters of type ColumnModifier and TypeFieldDescriptionTable.columnListThe columns of this table.Table.primaryKeyListContains 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 ColumnModifier and TypeMethodDescriptionstatic SqlTypeSchemaTypeHelper.getDomain(Column column, ControllerState controllerState) static SchemaTypeSchemaTypeHelper.getSchemaType(Column column, ControllerState controllerState) Determines the schema type of a column.