struct TDS::Null

Defined in:

tds/type_info.cr

Instance Method Summary

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

Instance Method Detail

def decode(io : IO) : Value #

[View source]
def encode(value : Value, io : IO) #

[View source]
def type : String #

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

[View source]