enum Neo4j::PackStream::Token::Type

Defined in:

neo4j/pack_stream/token.cr

Enum Members

Eof = 0
Null = 1
False = 2
True = 3
Array = 4
Hash = 5
Structure = 6
Int = 7
Float = 8
String = 9

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Instance Method Detail

def array? #

[View source]
def eof? #

[View source]
def false? #

[View source]
def float? #

[View source]
def hash? #

[View source]
def int? #

[View source]
def null? #

[View source]
def string? #

[View source]
def structure? #

[View source]
def true? #

[View source]