Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tds
v0.3.5
TDS
Bit
Bit_n
Charset
Connection
Options
Datetime
Datetime_4
Datetime_n
Decimal
Decoder
Driver
ConnectionBuilder
Exception
Flt_4
Flt_8
Flt_n
Image
Int_1
Int_2
Int_4
Int_8
Int_n
LoginRequest
Serializer
Auth
Field
Warning
NamedType
NotImplemented
NText
Null
NVarchar
PacketIO
Mode
Type
Parameter
Status
PreLoginRequest
PreLoginSerializer
PreparedStatement
ProtocolError
ResultSet
RpcRequest
Type
ServerError
SInt_1
StatementError
StatementMethods
SyntaxError
Text
Token
Done
DoneInProc
EnvChange
InfoOrError
LogInAck
MetaData
Order
Param
ReturnType
ReturnStatus
Row
Token
Type
Trace
TypeInfo
Type
UInt_2
UInt_4
UInt_8
UInt_n
UniqueIdentifier
UnpreparedStatement
UTF16_IO
Value
Varchar
Version
Generated using Crystal 1.16.0
2025-04-11 20:32:46 UTC
struct
TDS::
Image
TDS::Image
TDS::TypeInfo
Struct
Value
Object
Defined in:
tds/type_info.cr
Constructors
.new
Class Method Summary
.from_io
(io : IO)
Instance Method Summary
#decode
(io : IO) : Value
Instance methods inherited from struct
TDS::TypeInfo
decode(io : IO) : Value
decode
,
encode(value : Value, io : IO)
encode
,
initialize
initialize
,
type : String
type
,
write(io : IO)
write
Constructor methods inherited from struct
TDS::TypeInfo
from_io(io : IO) : TypeInfo
from_io
,
from_value(value : Value) : TypeInfo
from_value
,
new
new
Macros inherited from module
TDS::Trace
trace(value)
trace
,
trace_pop
trace_pop
,
trace_push
trace_push
Constructor Detail
def self.
new
#
[
View source
]
Class Method Detail
def self.
from_io
(io : IO)
#
[
View source
]
Instance Method Detail
def
decode
(io : IO) :
Value
#
[
View source
]