package api
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class CreateGraphStatement(graph: IRGraph, innerQuery: SingleQuery) extends CypherStatement with Product with Serializable
- final case class CreateViewStatement(qgn: QualifiedGraphName, parameterNames: List[String], innerQueryString: String) extends CypherStatement with Product with Serializable
- sealed trait CypherQuery extends Block with CypherStatement
- sealed trait CypherStatement extends AnyRef
- final case class DeleteGraphStatement(qgn: QualifiedGraphName) extends CypherStatement with Product with Serializable
- final case class DeleteViewStatement(qgn: QualifiedGraphName) extends CypherStatement with Product with Serializable
- final case class IRCatalogGraph(qualifiedGraphName: QualifiedGraphName, schema: Schema) extends IRGraph with Product with Serializable
- final case class IRField(name: String)(cypherType: CypherType = CTAny) extends Product with Serializable
- sealed trait IRGraph extends AnyRef
- final case class IRPatternGraph(qualifiedGraphName: QualifiedGraphName, schema: Schema, clones: Map[IRField, Expr], creates: Pattern, sets: List[SetItem], onGraphs: List[QualifiedGraphName]) extends IRGraph with Product with Serializable
- final case class Label(name: String) extends AnyVal with Token with Product with Serializable
- final case class PropertyKey(name: String) extends AnyVal with Token with Product with Serializable
- final case class QueryModel(result: ResultBlock, parameters: CypherMap) extends Block with Product with Serializable
- final case class RelType(name: String) extends AnyVal with Token with Product with Serializable
- final case class SingleQuery(model: QueryModel) extends Block with CypherQuery with Product with Serializable
- sealed trait Token extends Any
- final case class UnionQuery(left: CypherQuery, right: CypherQuery, distinct: Boolean) extends Block with CypherQuery with Product with Serializable
Value Members
- object IRCatalogGraph extends Serializable
- object IRField extends Serializable