class Noir::PostgresDdlParser::State

Overview

Accumulates the effect of every statement seen so far.

Defined in:

miniparsers/postgres_ddl_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def functions : Hash(String, Function) #

[View source]
def tables : Hash(String, Table) #

[View source]