Method: PgQuery::ParserResult#tables_with_details
- Defined in:
- lib/pg_query/parse.rb
#tables_with_details ⇒ Object
64 65 66 67 |
# File 'lib/pg_query/parse.rb', line 64 def tables_with_details load_tables_and_aliases! if @tables.nil? @tables end |