class

Parsegres::AST::CreateTableStatement

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

Constructors

new(name : String)
Source

Instance methods

columns
Source
columns=(columns : Array(ColumnDef))
Source
constraints
Source
constraints=(constraints : Array(TableConstraint))
Source
if_not_exists=(if_not_exists : Bool)
Source
if_not_exists?
Source
name
Source
name=(name : String)
Source
schema
Source
schema=(schema : String | Nil)
Source
temporary=(temporary : Bool)
Source
temporary?
Source