class Cryap::Database::QueryNew

Defined in:

core/neo4j/querybuilder/query.cr

Constructors

Class Method Summary

Macro Summary

Instance Method Summary

Constructor Detail

def self.new #

Class Method Detail

def self.build(&) #

Macro Detail

macro delete(*args) #

macro prop(var, *args) #

macro r(type) #

macro r(var, type) #

macro r(var, type, data) #

macro returns(*args) #

macro with(*args) #

Instance Method Detail

def append(data : String) #

def build(&) #

def create(expr : String) #

def match(expr : String) #

def merge(expr : String) #

def node(var : Symbol | String | Nil, node : Model.class | Array(Model.class) | String | Nil, data : Hash(String, DataType) | Nil) #

def node(node : Model.class | Array(Model.class) | String | Nil, data : Hash(String, DataType) | Nil) #

def node(var : Symbol | String) #

n - node


def node #

def properties_to_cypher(data : DataType) #

def query : String #

def relation(left : String, node : String, right : String) #

def relation_from(left : String, node : String, right : String) #

def relation_to(left : String, node : String, right : String) #

def rename(expr : String, symbol : Symbol) #

def where(expr : String) #