class
   SQLite3::Connection
 
  - SQLite3::Connection
 - DB::Connection
 - Reference
 - Object
 
Defined in:
lib/sqlite3/src/sqlite3/connection.crframework/ext/sqlite3.cr
Instance Method Summary
- 
        #do_close
        
          
Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.
 
Instance Method Detail
        
        def do_close
        #
      
      
        
              Description copied from module DB::Disposable
            
          
          Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.