Package io.trino.sql.tree
Class Update
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.Statement
io.trino.sql.tree.Update
-
Constructor Summary
ConstructorsConstructorDescriptionUpdate(NodeLocation location, Table table, List<UpdateAssignment> assignments, Optional<Expression> where) Update(Table table, List<UpdateAssignment> assignments, Optional<Expression> where) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleangetTable()getWhere()inthashCode()toString()Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
Constructor Details
-
Update
-
Update
public Update(NodeLocation location, Table table, List<UpdateAssignment> assignments, Optional<Expression> where)
-
-
Method Details
-
getTable
-
getAssignments
-
getWhere
-
getChildren
- Specified by:
getChildrenin classNode
-
accept
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead. -
equals
-
hashCode
public int hashCode() -
toString
-