public interface Constraint extends Exportable
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Column> |
getColumns()
Obtain the columns that are part of this constraint.
|
java.lang.String |
getName()
Obtain the constraint name.
|
TableSpecification |
getTable()
Obtain the table to which this constraint applies.
|
getExportIdentifier, sqlCreateStrings, sqlDropStrings
TableSpecification getTable()
java.lang.String getName()
java.lang.Iterable<Column> getColumns()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.