Method: PgQuery#tables

Defined in:
lib/pg_query/parse.rb

#tablesObject



35
36
37
# File 'lib/pg_query/parse.rb', line 35

def tables
  tables_with_types.map { |t| t[:table] }
end