public interface TableConstraint extends DependantObject<Table>, DefinedObject, TypedObject<TableConstraintType>
| Modifier and Type | Method and Description |
|---|---|
default List<TableConstraintColumn> |
getColumns()
Deprecated.
|
List<TableConstraintColumn> |
getConstrainedColumns()
Gets the list of columns in ordinal order.
|
boolean |
isDeferrable()
Whether the constraint is deferrable.
|
boolean |
isInitiallyDeferred()
Whether the constraint is initially deferred.
|
getShortName, isParentPartialgetSchemagetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetParentgetDefinition, hasDefinitiongetType@Deprecated default List<TableConstraintColumn> getColumns()
List<TableConstraintColumn> getConstrainedColumns()
boolean isDeferrable()
boolean isInitiallyDeferred()
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.