Method: Sequel::IBMDB::Connection#prepared_statements

Defined in:
lib/sequel/adapters/ibmdb.rb

#prepared_statementsObject (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.

[View source]

29
30
31
# File 'lib/sequel/adapters/ibmdb.rb', line 29

def prepared_statements
  @prepared_statements
end