struct

TDS::LoginRequest

Inherits Struct / Value / Object

Constructors

new(username : String, password : String, hostname : String = System.hostname, appname : String = "", servername : String = "", extension : String = "", library_name : String = "", language : String = "", database_name : String = "", db_filename : String = "", new_password : String | Nil = nil, packet_size : Int32 = 0, process_id : UInt32 = UInt32.new(Process.pid))
Source

Instance methods

appname
Source
appname=(appname : String)
Source
database_name
Source
database_name=(database_name : String)
Source
db_filename
Source
db_filename=(db_filename : String)
Source
extension
Source
extension=(extension : String)
Source
hostname
Source
hostname=(hostname : String)
Source
language
Source
language=(language : String)
Source
library_name
Source
library_name=(library_name : String)
Source
new_password
Source
new_password=(new_password : Nil | String)
Source
packet_size
Source
packet_size=(packet_size : Int32)
Source
password
Source
password=(password : String)
Source
process_id
Source
process_id=(process_id : UInt32)
Source
servername
Source
servername=(servername : String)
Source
username
Source
username=(username : String)
Source
write(io : IO, version = Version::V7_1)
Source

Nested types