Query

Constants

Methods

#proxy_as

Creates a Neo4j::ActiveNode::Query::QueryProxy object that builds off of a Core::Query object.

+ show/hide code
#proxy_as_optional

Calls proxy_as with optional set true. This doesn’t offer anything different from calling proxy_as directly but it may be more readable.

+ show/hide code
#proxy_chain_level

For instances where you turn a QueryProxy into a Query and then back to a QueryProxy with #proxy_as

+ show/hide code
#proxy_chain_level=

For instances where you turn a QueryProxy into a Query and then back to a QueryProxy with #proxy_as

+ show/hide code