class

Noir::PostgresDdlParser::Table

Inherits Reference < Object

Constructors

new(schema : String, name : String, columns : Array(Noir::PostgresDdlParser::Column) = [] of Column, view : Bool = false, source : String = "", line : Int32 = 0)
Source

Instance methods

columns
Source
columns=(columns : Array(Column))
Source
line
Source
line=(line : Int32)
Source
name
Source
name=(name : String)
Source
qualified
Source
schema
Source
schema=(schema : String)
Source
source
Source
source=(source : String)
Source
view=(view : Bool)
Source
view?
Source