com.websudos.reactiveneo

query

package query

Visibility
  1. Public
  2. All

Type Members

  1. case class BuiltQuery(queryString: String) extends Product with Serializable

    Expanded match query that is enriched with every DSL query function call.

  2. class QueryRecord extends AnyRef

    Wraps a single value of row JSON attribute of Cypher query result.

  3. trait ValueFormatter[T] extends AnyRef

    Type class used for formatting arbitrary values when building query string.

    Type class used for formatting arbitrary values when building query string.

    T

    Type of value.

Value Members

  1. object CypherKeywords

    Keywords of Cypher language.

  2. object CypherOperators

  3. object DefaultFormatters

  4. object QueryRecord

Ungrouped