Class ConvertToUpdatableResultStep

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

public class ConvertToUpdatableResultStep extends AbstractExecutionStep
takes a normal result set and transforms it in another result set made of OUpdatableRecord instances. Records that are not identifiable are discarded.

This is the opposite of ConvertToResultInternalStep

Author:
Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)