# File lib/active_record/connection_adapters/statement_pool.rb, line 19 19: def [](key) 20: raise NotImplementedError 21: end
# File lib/active_record/connection_adapters/statement_pool.rb, line 27 27: def []=(sql, key) 28: raise NotImplementedError 29: end
# File lib/active_record/connection_adapters/statement_pool.rb, line 31 31: def clear 32: raise NotImplementedError 33: end
# File lib/active_record/connection_adapters/statement_pool.rb, line 35 35: def delete(key) 36: raise NotImplementedError 37: end
# File lib/active_record/connection_adapters/statement_pool.rb, line 11 11: def each 12: raise NotImplementedError 13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.