Package org.apache.derby.impl.sql.execute.DeferredConstraintsMemory

Examples of org.apache.derby.impl.sql.execute.DeferredConstraintsMemory.CheckInfo


                        // FIXME: We don't know the row locations of the
                        // violating rows, so for now, just pretend we know one,
                        // then invalidate the row location information forcing
                        // full table check at validation time
                        CheckInfo newCi[] = new CheckInfo[1];
                        DeferredConstraintsMemory.rememberCheckViolations(
                                lcc,
                                td.getObjectID(),
                                td.getSchemaName(),
                                td.getName(),
View Full Code Here

TOP

Related Classes of org.apache.derby.impl.sql.execute.DeferredConstraintsMemory.CheckInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.