Method: PgQuery::ParserResult#tables_with_details

Defined in:
lib/pg_query/parse.rb

#tables_with_detailsObject



86
87
88
89
# File 'lib/pg_query/parse.rb', line 86

def tables_with_details
  load_objects! if @tables.nil?
  @tables
end