public class Unique extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | nameThe name of the constraint. | 
| List<Option> | optionListThe options for this unique constraint. | 
| Table | parentThe table where this unique constraint belongs to. | 
| List<UniqueColumn> | uniqueColumnListThe columns in this unique constraint. | 
| String | uniqueColumnNamesContains all unique column names in a comma-separated String with optional character size of each column. | 
| Constructor and Description | 
|---|
| Unique() | 
public Table parent
public List<UniqueColumn> uniqueColumnList
public String name
public String uniqueColumnNames
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.