Class Unique
java.lang.Object
org.apache.torque.templates.model.Unique
The model of the unique tag in a Torque schema file.
- Version:
- $Id: $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the constraint.The options for this unique constraint.The table where this unique constraint belongs to.The columns in this unique constraint.Contains all unique column names in a comma-separated String with optional character size of each column. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The table where this unique constraint belongs to. -
optionList
The options for this unique constraint. -
uniqueColumnList
The columns in this unique constraint. -
name
The name of the constraint. -
uniqueColumnNames
Contains all unique column names in a comma-separated String with optional character size of each column.
-
-
Constructor Details
-
Unique
public Unique()
-