Method: Ronin::SQL#sql
- Defined in:
- lib/ronin/sql/sql.rb
#sql {|(statements)| ... } ⇒ StatementList
Creates a new SQL statement list.
55 56 57 |
# File 'lib/ronin/sql/sql.rb', line 55 def sql(&block) StatementList.new(&block) end |
Creates a new SQL statement list.
55 56 57 |
# File 'lib/ronin/sql/sql.rb', line 55 def sql(&block) StatementList.new(&block) end |