public class UniqueColumn extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | nameThe unqualified name of the column to be included in the
 unique constraint. | 
| Unique | parentThe unique constraint to which this unique column definition belongs. | 
| String | sizeThe optional size of the column to be included in the
 unique constraint. | 
| Constructor and Description | 
|---|
| UniqueColumn() | 
public Unique parent
public String name
public String size
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.