package
api
Type Members
-
-
final
case class
CreateViewStatement(qgn: QualifiedGraphName, parameterNames: List[String], innerQueryString: String) extends CypherStatement with Product with Serializable
-
-
-
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 = CTWildcard) 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
-
-
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
IRField extends Serializable
-
-
-
-
-
package
set
-