Class ORecordsReturnHandler
java.lang.Object
com.orientechnologies.orient.core.sql.ORecordsReturnHandler
- All Implemented Interfaces:
OReturnHandler
- Direct Known Subclasses:
OOriginalRecordsReturnHandler,OUpdatedRecordsReturnHandler
- Author:
- Artem Orobets (enisher-at-gmail.com)
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedORecordsReturnHandler(Object returnExpression, OCommandContext context) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ODocumentpreprocess(ODocument result) voidreset()ret()protected voidstoreResult(ODocument result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.OReturnHandler
afterUpdate, beforeUpdate
-
Constructor Details
-
ORecordsReturnHandler
-
-
Method Details
-
reset
public void reset()- Specified by:
resetin interfaceOReturnHandler
-
ret
- Specified by:
retin interfaceOReturnHandler- Returns:
- collected result
-
storeResult
-
preprocess
-