module DB::ConnectionContext
 
  Direct including types
Defined in:
db/connection_context.crInstance Method Summary
- 
        #discard(connection : Connection)
        
          Indicates that the connection was permanently closed and should not be used in the future. 
- 
        #release(connection : Connection)
        
          Indicates that the connection is no longer needed and can be reused in the future. 
Instance Method Detail
        abstract 
        def discard(connection : Connection)
        #
      
      
        Indicates that the connection was permanently closed and should not be used in the future.
        abstract 
        def release(connection : Connection)
        #
      
      
        Indicates that the connection is no longer needed and can be reused in the future.