Uses of Class
com.orientechnologies.orient.core.sql.parser.OUpdateOperations
Packages that use OUpdateOperations
Package
Description
-
Uses of OUpdateOperations in com.orientechnologies.orient.core.sql.executor
Fields in com.orientechnologies.orient.core.sql.executor with type parameters of type OUpdateOperationsModifier and TypeFieldDescriptionprotected List<OUpdateOperations>OUpdateExecutionPlanner.operations -
Uses of OUpdateOperations in com.orientechnologies.orient.core.sql.parser
Fields in com.orientechnologies.orient.core.sql.parser declared as OUpdateOperationsModifier and TypeFieldDescriptionprotected OUpdateOperationsOMoveVertexStatement.updateOperationsFields in com.orientechnologies.orient.core.sql.parser with type parameters of type OUpdateOperationsMethods in com.orientechnologies.orient.core.sql.parser that return OUpdateOperationsModifier and TypeMethodDescriptionOUpdateOperations.copy()OMoveVertexStatement.getUpdateOperations()final OUpdateOperationsOrientSql.UpdateOperations()Methods in com.orientechnologies.orient.core.sql.parser that return types with arguments of type OUpdateOperationsMethods in com.orientechnologies.orient.core.sql.parser with parameters of type OUpdateOperationsModifier and TypeMethodDescriptionvoidOUpdateStatement.addOperations(OUpdateOperations op) voidOMoveVertexStatement.setUpdateOperations(OUpdateOperations updateOperations)