Uses of Class
io.trino.sql.tree.UpdateAssignment
Packages that use UpdateAssignment
-
Uses of UpdateAssignment in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type UpdateAssignmentMethods in io.trino.sql.tree with parameters of type UpdateAssignmentModifier and TypeMethodDescriptionprotected RAstVisitor.visitUpdateAssignment(UpdateAssignment node, C context) protected VoidDefaultTraversalVisitor.visitUpdateAssignment(UpdateAssignment node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type UpdateAssignmentModifierConstructorDescriptionUpdate(NodeLocation location, Table table, List<UpdateAssignment> assignments, Optional<Expression> where)