Module: SqlTagger::Mysql2
- Extended by:
- ModuleMethods
- Defined in:
- lib/sql_tagger/mysql2.rb
Instance Method Summary collapse
Methods included from ModuleMethods
Instance Method Details
#query_with_sql_tagger(sql, opts = {}) ⇒ Object
8 9 10 |
# File 'lib/sql_tagger/mysql2.rb', line 8 def query_with_sql_tagger(sql, opts ={}) query_without_sql_tagger(@sql_tagger.tag(sql), opts) end |