Uses of Class
io.trino.sql.tree.UpdateAssignment
-
Packages that use UpdateAssignment Package Description io.trino.sql.tree -
-
Uses of UpdateAssignment in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type UpdateAssignment Modifier and Type Method Description List<UpdateAssignment>Update. getAssignments()Methods in io.trino.sql.tree with parameters of type UpdateAssignment Modifier and Type Method Description protected 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 UpdateAssignment Constructor Description Update(NodeLocation location, Table table, List<UpdateAssignment> assignments, Optional<Expression> where)Update(Table table, List<UpdateAssignment> assignments, Optional<Expression> where)
-