Method: JDBCHelper::Connection::ResultSet#close
- Defined in:
- lib/jdbc-helper/connection/result_set.rb
#close ⇒ Object
53 54 55 56 57 58 59 |
# File 'lib/jdbc-helper/connection/result_set.rb', line 53 def close return if closed? @rset.close @close_callback.call if @close_callback @closed = true end |