struct TDS::NText

Defined in:

tds/type_info.cr

Constructors

Class Method Summary

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

Constructor Detail

def self.new(encoding : String) #

[View source]

Class Method Detail

def self.from_io(io : IO) #

[View source]

Instance Method Detail

def decode(io : IO) : Value #

[View source]