# File lib/active_record/connection_adapters/statement_pool.rb, line 19 def [](key) raise NotImplementedError end
# File lib/active_record/connection_adapters/statement_pool.rb, line 27 def []=(sql, key) raise NotImplementedError end
# File lib/active_record/connection_adapters/statement_pool.rb, line 31 def clear raise NotImplementedError end
# File lib/active_record/connection_adapters/statement_pool.rb, line 35 def delete(key) raise NotImplementedError end
# File lib/active_record/connection_adapters/statement_pool.rb, line 11 def each raise NotImplementedError end
Generated with the Darkfish Rdoc Generator 2.