class Neo4j::PackStream::Token

Defined in:

neo4j/pack_stream/token.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def float_value : Float64 #

[View source]
def float_value=(float_value : Float64) #

[View source]
def int_value : Int8 | Int16 | Int32 | Int64 #

[View source]
def int_value=(int_value : Int8 | Int16 | Int32 | Int64) #

[View source]
def size : UInt64 #

[View source]
def size=(size : UInt64) #

[View source]
def size=(size) #

[View source]
def string_value : String #

[View source]
def string_value=(string_value : String) #

[View source]
def to_s(io) #

[View source]

[View source]
def type=(type : Neo4j::PackStream::Token::Type) #

[View source]
def used : Bool #

[View source]
def used=(used : Bool) #

[View source]