public final class ConstraintCharacteristics extends Object
INITIALLY_IMMEDIATE_DEFERRABLE, INITIALLY_DEFERRED_DEFERRABLE, and NOT_DEFERRABLE.| Modifier and Type | Field and Description |
|---|---|
static ConstraintCharacteristics |
INITIALLY_DEFERRED_DEFERRABLE
Represents the
INITIALLY DEFERRED DEFERRABLE constraint time check. |
static ConstraintCharacteristics |
INITIALLY_IMMEDIATE_DEFERRABLE
Represents the
INITIALLY IMMEDIATE DEFERRABLE constraint time check. |
static ConstraintCharacteristics |
NOT_DEFERRABLE
Represents the
[INITIALLY IMMEDIATE] NOT DEFERRABLE constraint time check. |
| Constructor and Description |
|---|
ConstraintCharacteristics() |
public static final ConstraintCharacteristics INITIALLY_IMMEDIATE_DEFERRABLE
INITIALLY IMMEDIATE DEFERRABLE constraint time check.public static final ConstraintCharacteristics INITIALLY_DEFERRED_DEFERRABLE
INITIALLY DEFERRED DEFERRABLE constraint time check.public static final ConstraintCharacteristics NOT_DEFERRABLE
[INITIALLY IMMEDIATE] NOT DEFERRABLE constraint time check.Copyright © 2010-2012. All Rights Reserved.