class OracleSqlParser::Ast::WhereClause
Public Instance Methods
to_sql(options = {})
click to toggle source
# File lib/oracle-sql-parser/ast/where_clause.rb, line 3 def to_sql(options = {}) "where #{@ast[:condition].to_sql}" end