abstract class Cryap::Database::Relationship

Included Modules

Direct Known Subclasses

Defined in:

core/neo4j/querybuilder/relationship.cr

Constructors

Class Method Summary

Macro Summary

Instance Method Summary

Constructor Detail

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

def self.new(relationship : Neo4j::Relationship) #

Class Method Detail

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

def self.from_bolt(io : IO) #

def self.model_name #

Macro Detail

macro model(name) #

macro query!(&block) #

Instance Method Detail

def node_end : Int64 #

def node_start : Int64 #

def relationship_id : Int64 #

def relationship_type : String #