Class DeferredConstraintsMemory.ValidationInfo

java.lang.Object
org.apache.derby.impl.sql.execute.DeferredConstraintsMemory.ValidationInfo
Direct Known Subclasses:
DeferredConstraintsMemory.CheckInfo, DeferredConstraintsMemory.ForeignKeyInfo, DeferredConstraintsMemory.UniquePkInfo
Enclosing class:
DeferredConstraintsMemory

public abstract static class DeferredConstraintsMemory.ValidationInfo extends Object
Class hierarchy carrying the information we need to validate some deferred constraint. For unique and primary key constraints, we only need the index row. For check constraints we need the target table name, schema name and some other info also.