InClauseElement

class polyglotdb.query.annotations.elements.InClauseElement(attribute, value)[source]

Methods

__init__(attribute, value)

cypher_value_string()

Create a Cypher parameter for the value of the clause.

for_cypher()

Return a Cypher representation of the clause.

for_json()

for_type_cypher()

Return a Cypher representation of the clause.

involves(annotation)