class

TDS::Connection

Inherits DB::Connection / DB::BeginTransaction / DB::SessionMethods / DB::QueryMethods / DB::Disposable / Reference / Object

Constructors

Instance methods

build_prepared_statement(query) : DB::Statement

:nodoc:

Source
build_unprepared_statement(query) : DB::Statement

:nodoc:

Source
do_close

Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.

Source
recv(type : PacketIO::Type, &block : IO -> )
Source
send(type : PacketIO::Type, &block : IO -> )
Source
sp_prepare(params : String, statement : String, options = 1) : Int32
Source
sp_unprepare(handle : Int32) : UInt32
Source

Nested types