Class RemoveEdgePointersStep

java.lang.Object
com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
com.orientechnologies.orient.core.sql.executor.RemoveEdgePointersStep
All Implemented Interfaces:
OExecutionStepInternal

public class RemoveEdgePointersStep extends AbstractExecutionStep
This is intended for INSERT FROM SELECT. This step removes existing edge pointers so that the resulting graph is still consistent
Author:
Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)