module SQLiterate::Node::WithQuery

Public Instance Methods

table() click to toggle source
# File lib/sqliterate/node/control/query.rb, line 34
def table
  [ identifier.name, query_expression.tables ]
end