Klasse Unique
java.lang.Object
org.apache.torque.templates.model.Unique
The model of the unique tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe 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. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
Unique
public Unique()
-