Method: Sequel::Dataset::PreparedStatementMethods#prepared_args
- Defined in:
- lib/sequel/dataset/prepared_statements.rb
#prepared_args ⇒ Object
The array/hash of bound variable placeholder names.
107 108 109 |
# File 'lib/sequel/dataset/prepared_statements.rb', line 107 def prepared_args @opts[:prepared_args] end |