net.sf.farrago.cwm.relational
Interface CwmCheckConstraint
- All Superinterfaces:
- CwmConstraint, CwmElement, CwmModelElement, RefBaseObject, RefFeatured, RefObject
- All Known Implementing Classes:
- CwmCheckConstraint$Hib
public interface CwmCheckConstraint
- extends CwmConstraint
CheckConstraint object instance interface.
A rule that specifies the values allowed in one or more columns of every
row of a table.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
getDeferrability
DeferrabilityType getDeferrability()
- Returns the value of attribute deferrability.
Indicates the timing of the constraint enforcement during
multiple-user updates.
- Returns:
- Value of attribute deferrability.
setDeferrability
void setDeferrability(DeferrabilityType newValue)
- Sets the value of deferrability attribute. See
getDeferrability()
for description on the attribute.
- Parameters:
newValue
- New value to be set.