class TDS::PreLoginRequest

Defined in:

tds/pre_login_request.cr

Constant Summary

NETLIB9 = Bytes[9, 0, 0, 0, 0, 0]

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(instance : String = "MSSQLServer", force_encryption : Bool = false, process_id : UInt32 = 0_u32, netlib : Bytes = NETLIB9, mars_enabled : Bool = false) #

[View source]

Class Method Detail

def self.from_io(io : IO) #

[View source]

Instance Method Detail

def force_encryption : Bool #

[View source]
def instance : String #

[View source]
def write(io : IO) #

[View source]