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, isParentPartial
getSchema, withQuoting
getFullName, getName, key
compareTo
getAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttribute
getRemarks, hasRemarks, setRemarks
getParent
getDefinition, hasDefinition
getType
List<TableConstraintColumn> getConstrainedColumns()
boolean isDeferrable()
boolean isInitiallyDeferred()
Copyright © 2000-2025 Sualeh Fatehi. All rights reserved.