class
   TDS::Connection
 
  - TDS::Connection
- DB::Connection
- Reference
- Object
Defined in:
tds/connection.crConstructors
Instance Method Summary
- 
        #build_prepared_statement(query) : DB::Statement
        
          :nodoc: 
- 
        #build_unprepared_statement(query) : DB::Statement
        
          :nodoc: 
- 
        #do_close
        
          Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed. 
- #recv(type : PacketIO::Type, &block : IO -> )
- #send(type : PacketIO::Type, &block : IO -> )
- #sp_prepare(params : String, statement : String, options = 1) : Int32
- #sp_unprepare(handle : Int32) : UInt32
Constructor Detail
        
        def self.new(options : DB::Connection::Options, tds_options : TDS::Connection::Options)
        #
      
      
      Instance Method Detail
        
        def build_prepared_statement(query) : DB::Statement
        #
      
      
        
              Description copied from class DB::Connection
            
          
          :nodoc:
        
        def build_unprepared_statement(query) : DB::Statement
        #
      
      
        
              Description copied from class DB::Connection
            
          
          :nodoc:
        
        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.