Klasse UniqueColumn
java.lang.Object
org.apache.torque.templates.model.UniqueColumn
The model of the unique-column tag in a Torque schema file.
- Version:
- $Id: $
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
parent
The unique constraint to which this unique column definition belongs. -
name
The unqualified name of the column to be included in the unique constraint. -
size
The optional size of the column to be included in the unique constraint.
-
-
Konstruktordetails
-
UniqueColumn
public UniqueColumn()
-