Uses of Package
se.liu.ida.hefquin.engine.wrappers.lpg.query
Packages that use se.liu.ida.hefquin.engine.wrappers.lpg.query
Package
Description
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.cli
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.engine.wrappers.lpgClassDescriptionRepresents a Cypher Query with a MATCH-WHERE-RETURN structure, For example, the query: MATCH (x) MATCH (a)-[b]->(c) WHERE a:CLASS AND b.property='value' UNWIND KEYS(a) AS k RETURN x AS n1, c AS n2, k AS key can be represented with this interface.Represents a query written in the Cypher query language.Represents a UNION Cypher query.Represents path matching statements of Cypher queries For example, MATCH (x), MATCH (x)-[e]->(y)
-
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.engine.wrappers.lpg.implClassDescriptionRepresents a Cypher Query with a MATCH-WHERE-RETURN structure, For example, the query: MATCH (x) MATCH (a)-[b]->(c) WHERE a:CLASS AND b.property='value' UNWIND KEYS(a) AS k RETURN x AS n1, c AS n2, k AS key can be represented with this interface.Represents a query written in the Cypher query language.Represents path matching statements of Cypher queries For example, MATCH (x), MATCH (x)-[e]->(y)
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.engine.wrappers.lpg.queryClassDescriptionThis interface represents a generic Cypher Expression.Represents a Cypher Query with a MATCH-WHERE-RETURN structure, For example, the query: MATCH (x) MATCH (a)-[b]->(c) WHERE a:CLASS AND b.property='value' UNWIND KEYS(a) AS k RETURN x AS n1, c AS n2, k AS key can be represented with this interface.Represents a query written in the Cypher query language.Represents path matching statements of Cypher queries For example, MATCH (x), MATCH (x)-[e]->(y)This interface represents an UNWIND clause of a Match Query.
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.engine.wrappers.lpg.query.implClassDescriptionRepresents a Cypher Query with a MATCH-WHERE-RETURN structure, For example, the query: MATCH (x) MATCH (a)-[b]->(c) WHERE a:CLASS AND b.property='value' UNWIND KEYS(a) AS k RETURN x AS n1, c AS n2, k AS key can be represented with this interface.Represents a query written in the Cypher query language.Represents a UNION Cypher query.Represents path matching statements of Cypher queries For example, MATCH (x), MATCH (x)-[e]->(y)This interface represents an UNWIND clause of a Match Query.
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.expressionClassDescriptionThis interface represents a generic Cypher Expression.This interface represents an UNWIND clause of a Match Query.
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.matchClassDescriptionThis interface represents a generic Cypher Expression.Represents path matching statements of Cypher queries For example, MATCH (x), MATCH (x)-[e]->(y)
-
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query used by se.liu.ida.hefquin.engine.wrappers.lpg.utilsClassDescriptionThis interface represents a generic Cypher Expression.Represents a Cypher Query with a MATCH-WHERE-RETURN structure, For example, the query: MATCH (x) MATCH (a)-[b]->(c) WHERE a:CLASS AND b.property='value' UNWIND KEYS(a) AS k RETURN x AS n1, c AS n2, k AS key can be represented with this interface.Represents a query written in the Cypher query language.Represents path matching statements of Cypher queries For example, MATCH (x), MATCH (x)-[e]->(y)This interface represents an UNWIND clause of a Match Query.