Method: Sequel::IBMDB::Connection#prepared_statements
- Defined in:
- lib/sequel/adapters/ibmdb.rb
permalink #prepared_statements ⇒ Object (readonly)
A hash with prepared statement name symbol keys, where each value is a two element array with an sql string and cached Statement value.
29 30 31 |
# File 'lib/sequel/adapters/ibmdb.rb', line 29 def prepared_statements @prepared_statements end |