class

Parsegres::AST::AlterTableStatement

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

Constructors

Instance methods

actions
Source
actions=(actions : Array(AlterTableAction))
Source
if_exists=(if_exists : Bool)
Source
if_exists?
Source
name
Source
name=(name : String)
Source
only=(only : Bool)
Source
only?
Source
schema
Source
schema=(schema : String | Nil)
Source