| java.lang.Object org.apache.derby.impl.sql.compile.VTIDeferModPolicy
VTIDeferModPolicy | class VTIDeferModPolicy implements Visitor(Code) | | This class applies a VTI modification deferral policy to a statement to
see whether it should be deferred.
|
deferIt | public static boolean deferIt(int statementType, FromVTI targetVTI, String[] updateColumnNames, QueryTreeNode source) throws StandardException(Code) | | See if a VTI modification statement should be deferred.
Parameters: statementType - DeferModification.INSERT_STATEMENT, UPDATE_STATEMENT, or DELETE_STATEMENT Parameters: targetVTI - The target VTI Parameters: updateColumnNames - The list of columns being updated, null if this is not an update statement Parameters: source - |
stopTraversal | public boolean stopTraversal()(Code) | | |
|
|