struct UUID

Overview

Represents a UUID (Universally Unique IDentifier).

NOTE To use UUID, you must explicitly import it with require "uuid"

Included Modules

Defined in:

neo4j/bolt/from_bolt.cr
neo4j/serializable.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Class Method Detail

def self.from_bolt(unpacker : Neo4j::PackStream::Unpacker) #

[View source]
def self.from_bolt(io : IO) #

[View source]
def self.from_bolt(io) #

[View source]

Instance Method Detail

def to_bolt_params : Neo4j::Value #

[View source]