Uses of Class
com.orientechnologies.orient.core.sql.executor.OResultInternal
Packages that use OResultInternal
Package
Description
-
Uses of OResultInternal in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return OResultInternalModifier and TypeMethodDescriptionstatic OResultInternalOMessageHelper.readResult(OChannelDataInput channel) Methods in com.orientechnologies.orient.client.remote.message with parameters of type OResultInternal -
Uses of OResultInternal in com.orientechnologies.orient.core.metadata.security
Methods in com.orientechnologies.orient.core.metadata.security that return OResultInternalModifier and TypeMethodDescriptionstatic OResultInternalOSecurityShared.calculateBefore(ODocument iDocument, ODatabaseSession db) -
Uses of OResultInternal in com.orientechnologies.orient.core.query.live
Methods in com.orientechnologies.orient.core.query.live that return OResultInternalModifier and TypeMethodDescriptionstatic OResultInternalOLiveQueryHookV2.calculateBefore(ODocument iDocument, Set<String> projectionsToLoad) -
Uses of OResultInternal in com.orientechnologies.orient.core.serialization.serializer.result.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.result.binary that return OResultInternalModifier and TypeMethodDescriptionOResultSerializerNetwork.deserialize(BytesContainer bytes) OResultSerializerNetwork.fromStream(OChannelDataInput channel) -
Uses of OResultInternal in com.orientechnologies.orient.core.sql.executor
Subclasses of OResultInternal in com.orientechnologies.orient.core.sql.executorModifier and TypeClassDescriptionclassCreated by luigidellaquila on 02/11/16.classFields in com.orientechnologies.orient.core.sql.executor declared as OResultInternalMethods in com.orientechnologies.orient.core.sql.executor that return OResultInternalModifier and TypeMethodDescriptionstatic OResultInternalOExecutionStepInternal.basicSerialize(OExecutionStepInternal step) Methods in com.orientechnologies.orient.core.sql.executor with parameters of type OResultInternalModifier and TypeMethodDescriptionintOResultInternal.compareTo(OResultInternal o) voidFetchFromIndexStep.serializeToResult(OResultInternal result, OToResultContext ctx) voidGlobalLetQueryStep.serializeToResult(OResultInternal result, OToResultContext ctx) default voidOExecutionStepInternal.serializeToResult(OResultInternal result, OToResultContext ctx) voidParallelExecStep.serializeToResult(OResultInternal result, OToResultContext ctx) -
Uses of OResultInternal in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OResultInternalModifier and TypeMethodDescriptionvoidOUpdateItem.applyOperation(OResultInternal doc, OIdentifier attrName, Object rightValue, OCommandContext ctx) voidOArrayRangeSelector.applyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx) voidOArraySingleValuesSelector.applyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx) voidOBaseExpression.applyRemove(OResultInternal result, OCommandContext ctx) voidOBaseIdentifier.applyRemove(OResultInternal result, OCommandContext ctx) voidOExpression.applyRemove(OResultInternal result, OCommandContext ctx) voidOMathExpression.applyRemove(OResultInternal result, OCommandContext ctx) voidOModifier.applyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx) voidOOrBlock.applyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx) voidOParenthesisExpression.applyRemove(OResultInternal result, OCommandContext ctx) voidORightBinaryCondition.applyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx) voidOValueExpression.applyRemove(OResultInternal result, OCommandContext ctx) voidOUpdateItem.applyUpdate(OResultInternal doc, OCommandContext ctx) voidOUpdateRemoveItem.applyUpdate(OResultInternal result, OCommandContext ctx) static ObjectOUpdateItem.convertToPropertyType(OResultInternal res, OIdentifier attrName, Object newValue, OCommandContext ctx) voidOEmptyList.deserialize(OResultInternal ignore)