org.sql.generation.api.grammar.definition.table
Class ConstraintCharacteristics
java.lang.Object
org.sql.generation.api.grammar.definition.table.ConstraintCharacteristics
public final class ConstraintCharacteristics
- extends Object
This enum represents three different policies for checking constraints time. These policies are
INITIALLY_IMMEDIATE_DEFERRABLE, INITIALLY_DEFERRED_DEFERRABLE, and NOT_DEFERRABLE.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INITIALLY_IMMEDIATE_DEFERRABLE
public static final ConstraintCharacteristics INITIALLY_IMMEDIATE_DEFERRABLE
- Represents the
INITIALLY IMMEDIATE DEFERRABLE constraint time check.
INITIALLY_DEFERRED_DEFERRABLE
public static final ConstraintCharacteristics INITIALLY_DEFERRED_DEFERRABLE
- Represents the
INITIALLY DEFERRED DEFERRABLE constraint time check.
NOT_DEFERRABLE
public static final ConstraintCharacteristics NOT_DEFERRABLE
- Represents the
[INITIALLY IMMEDIATE] NOT DEFERRABLE constraint time check.
ConstraintCharacteristics
public ConstraintCharacteristics()
Copyright © 2010-2012. All Rights Reserved.