Package | Description |
---|---|
org.apache.torque.templates.model |
This package contains the typed model for the torque schema.
|
Modifier and Type | Field and Description |
---|---|
List<Option> |
Column.optionList
The list of options for this column.
|
List<Option> |
Database.optionList
The list of options for this database.
|
List<Option> |
ForeignKey.optionList
The list of options for this foreign key.
|
List<Option> |
Index.optionList
The list of otions for the index.
|
List<Option> |
Table.optionList
The options for this table.
|
List<Option> |
Unique.optionList
The options for this unique constraint.
|
List<Option> |
View.optionList
The options for this view.
|
List<Option> |
ViewColumn.options
The list of options for this view column.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.