class Noir::PostgresDdlParser::Table

Defined in:

miniparsers/postgres_ddl_parser.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def columns : Array(Column) #

[View source]
def columns=(columns : Array(Column)) #

[View source]
def line : Int32 #

[View source]
def line=(line : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def qualified : String #

[View source]
def schema : String #

[View source]
def schema=(schema : String) #

[View source]
def source : String #

[View source]
def source=(source : String) #

[View source]
def view=(view : Bool) #

[View source]
def view? : Bool #

[View source]