public abstract static class DeferredConstraintsMemory.ValidationInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
BackingStoreHashtable |
infoRows |
| Constructor and Description |
|---|
DeferredConstraintsMemory.ValidationInfo(BackingStoreHashtable infoRows) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
possiblyValidateOnReturn(LanguageConnectionContext lcc,
SQLSessionContext nested,
SQLSessionContext caller) |
abstract void |
validateConstraint(LanguageConnectionContext lcc,
UUID constraintId,
boolean rollbackOnError) |
public final BackingStoreHashtable infoRows
public DeferredConstraintsMemory.ValidationInfo(BackingStoreHashtable infoRows)
public abstract void possiblyValidateOnReturn(LanguageConnectionContext lcc, SQLSessionContext nested, SQLSessionContext caller) throws StandardException
StandardExceptionpublic abstract void validateConstraint(LanguageConnectionContext lcc, UUID constraintId, boolean rollbackOnError) throws StandardException
StandardExceptionApache Derby V10.11 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.