schemacrawler.schema
Interface CheckConstraint

All Superinterfaces:
Comparable<NamedObject>, DatabaseObject, DependantObject, NamedObject, Serializable

public interface CheckConstraint
extends DependantObject

Represents a table constraint.

Author:
Sualeh Fatehi

Method Summary
 String getDefinition()
          Gets the definition.
 boolean isDeferrable()
          Whether the constraint is deferrable.
 boolean isInitiallyDeferred()
          Whether the constraint is initially deferred.
 
Methods inherited from interface schemacrawler.schema.DependantObject
getParent
 
Methods inherited from interface schemacrawler.schema.DatabaseObject
getSchema
 
Methods inherited from interface schemacrawler.schema.NamedObject
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDefinition

String getDefinition()
Gets the definition.

Returns:
Definition

isDeferrable

boolean isDeferrable()
Whether the constraint is deferrable.

Returns:
Whether the constraint is deferrable

isInitiallyDeferred

boolean isInitiallyDeferred()
Whether the constraint is initially deferred.

Returns:
Whether the constraint is initially deferred


Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.