struct TDS::Token::Param

Defined in:

tds/token.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, return_type : ReturnType, value : Value) #

[View source]

Class Method Detail

def self.from_io(io : IO) #

[View source]

Instance Method Detail

def name : String #

[View source]
def return_type : TDS::Token::Param::ReturnType #

[View source]
def value : BigDecimal | Bool | Float32 | Float64 | Int16 | Int32 | Int64 | Int8 | Slice(UInt8) | String | Time | UInt16 | UInt32 | UInt64 | UInt8 | UUID | Nil #

[View source]