public class UniqueColumn extends Object
Modifier and Type | Field and Description |
---|---|
String |
name
The unqualified name of the column to be included in the
unique constraint.
|
Unique |
parent
The unique constraint to which this unique column definition belongs.
|
String |
size
The 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.