Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class CreateGraphStatement(graph: IRGraph, innerQuery: SingleQuery) extends CypherStatement with Product with Serializable
  2. final case class CreateViewStatement(qgn: QualifiedGraphName, parameterNames: List[String], innerQueryString: String) extends CypherStatement with Product with Serializable
  3. sealed trait CypherQuery extends Block with CypherStatement
  4. sealed trait CypherStatement extends AnyRef
  5. final case class DeleteGraphStatement(qgn: QualifiedGraphName) extends CypherStatement with Product with Serializable
  6. final case class DeleteViewStatement(qgn: QualifiedGraphName) extends CypherStatement with Product with Serializable
  7. final case class IRCatalogGraph(qualifiedGraphName: QualifiedGraphName, schema: PropertyGraphSchema) extends IRGraph with Product with Serializable
  8. final case class IRField(name: String)(cypherType: CypherType = CTAny) extends Product with Serializable
  9. sealed trait IRGraph extends AnyRef
  10. final case class IRPatternGraph(qualifiedGraphName: QualifiedGraphName, schema: PropertyGraphSchema, clones: Map[IRField, Expr], creates: Pattern, sets: List[SetItem], onGraphs: List[QualifiedGraphName]) extends IRGraph with Product with Serializable
  11. final case class Label(name: String) extends AnyVal with Token with Product with Serializable
  12. final case class PropertyKey(name: String) extends AnyVal with Token with Product with Serializable
  13. final case class QueryModel(result: ResultBlock, parameters: CypherMap) extends Block with Product with Serializable
  14. final case class RelType(name: String) extends AnyVal with Token with Product with Serializable
  15. final case class SingleQuery(model: QueryModel) extends Block with CypherQuery with Product with Serializable
  16. sealed trait Token extends Any
  17. final case class UnionQuery(left: CypherQuery, right: CypherQuery, distinct: Boolean) extends Block with CypherQuery with Product with Serializable

Value Members

  1. object IRCatalogGraph extends Serializable
  2. object IRField extends Serializable

Ungrouped