Field Summary |
|
Enum Constant | DEPRECATED Constant indicating that an existing statement has been deprecated and
should be removed upon commit. |
Enum Constant | EXPLICIT Constant indicating that an existing inferred statement has been added
explicitly as part of a transaction and that it should be marked as such
upon commit. |
Enum Constant | INFERRED Constant indicating that an existing explicit statement has been removed
as part of a transaction, but that it can still be inferred from the
other statements. |
Enum Constant | NEUTRAL Constant indicating that a statement has not been affected by a
transaction. |
Enum Constant | NEW Constant indicating that a statement has been newly added as part of a
transaction, but has not yet been committed. |
Enum Constant | ZOMBIE Constant indicating that a statement was added and then removed in a
single transaction. |