class ArJdbc::Abstract::StatementCache::StatementPool

This works a little differently than the AR implementation in that we are storing an actual PreparedStatement object instead of just the name of the prepared statement

Private Instance Methods

dealloc(statement) click to toggle source
# File lib/arjdbc/abstract/statement_cache.rb, line 14
def dealloc(statement)
  statement.close
end