public interface TableConstraint extends DependantObject<Table>, DefinedObject, TypedObject<TableConstraintType>
| Modifier and Type | Method and Description |
|---|---|
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, isParentPartialgetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetParentgetDefinition, hasDefinitiongetTypeList<TableConstraintColumn> getConstrainedColumns()
boolean isDeferrable()
boolean isInitiallyDeferred()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.