public class Unique extends Object
Modifier and Type | Field and Description |
---|---|
String |
name
The name of the constraint.
|
List<Option> |
optionList
The options for this unique constraint.
|
Table |
parent
The table where this unique constraint belongs to.
|
List<UniqueColumn> |
uniqueColumnList
The columns in this unique constraint.
|
String |
uniqueColumnNames
Contains 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.