class

Parsegres::AST::DeleteStatement

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

Constructors

new(table : String)
Source

Instance methods

alias_name
Source
alias_name=(alias_name : String | Nil)
Source
ctes
Source
ctes=(ctes : Array(CTEDefinition))
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
using
Source
using=(using : Array(FromItem))
Source
where
Source
where=(where : Expr | Nil)
Source