class
Cryap::Database::QueryNew
- Cryap::Database::QueryNew
- Reference
- Object
Defined in:
core/neo4j/querybuilder/query.crConstructors
Class Method Summary
Macro Summary
Instance Method Summary
- #append(data : String)
- #build(&)
- #create(expr : String)
- #match(expr : String)
- #merge(expr : String)
- #node(var : Symbol | String | Nil, node : Model.class | Array(Model.class) | String | Nil, data : Hash(String, DataType) | Nil)
- #node(node : Model.class | Array(Model.class) | String | Nil, data : Hash(String, DataType) | Nil)
-
#node(var : Symbol | String)
n - node
- #node
- #properties_to_cypher(data : DataType)
- #query : String
- #relation(left : String, node : String, right : String)
- #relation_from(left : String, node : String, right : String)
- #relation_to(left : String, node : String, right : String)
- #rename(expr : String, symbol : Symbol)
- #where(expr : String)
Constructor Detail
Class Method Detail
Macro Detail
Instance Method Detail
def node(var : Symbol | String | Nil, node : Model.class | Array(Model.class) | String | Nil, data : Hash(String, DataType) | Nil)
#