struct Noir::PostgresDdlParser::Function

Defined in:

miniparsers/postgres_ddl_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(schema : String, name : String, arguments : Array(Noir::PostgresDdlParser::Column), source : String, line : Int32) #

[View source]

Instance Method Detail

def arguments : Array(Column) #

[View source]
def line : Int32 #

[View source]
def name : String #

[View source]
def schema : String #

[View source]
def source : String #

[View source]