class

Parsegres::AST::UpdateStatement

Inherits Parsegres::AST::DMLStatement < Parsegres::AST::Statement < Parsegres::AST::Node < Parsegres::Inspectable < Reference < Object

Constructors

new(table : String, assignments : Array(Parsegres::AST::Assignment))
Source

Instance methods

alias_name
Source
alias_name=(alias_name : String | Nil)
Source
assignments
Source
assignments=(assignments : Array(Assignment))
Source
ctes
Source
ctes=(ctes : Array(CTEDefinition))
Source
from
Source
from=(from : Array(FromItem))
Source
only=(only : Bool)
Source
only?
Source
recursive=(recursive : Bool)
Source
recursive?
Source
returning
Source
returning=(returning : Array(SelectColumn))
Source
schema
Source
schema=(schema : String | Nil)
Source
table
Source
table=(table : String)
Source
where
Source
where=(where : Expr | Nil)
Source