QueryPart

com.outr.arango.query.QueryPart
See theQueryPart companion trait
object QueryPart

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
QueryPart.type

Members list

Type members

Classlikes

case class Container(parts: List[QueryPart]) extends QueryPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait QueryPart
class Object
trait Matchable
class Any
Show all
case class NamedVariable(name: String, value: Json) extends QueryPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait QueryPart
class Object
trait Matchable
class Any
Show all
case class Ref(ref: Ref) extends QueryPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait QueryPart
class Object
trait Matchable
class Any
Show all
case class Static(value: String) extends QueryPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait QueryPart
class Object
trait Matchable
class Any
Show all
trait Support extends QueryPart

Attributes

Supertypes
trait QueryPart
class Object
trait Matchable
class Any
Known subtypes
trait Collection
class Query
object Query.type
class Analyzer
object Identity.type
object TextChinese.type
object TextDutch.type
object TextEnglish.type
object TextFinnish.type
object TextFrench.type
object TextGerman.type
object TextItalian.type
object TextNorwegian.type
object TextPortuguese.type
object TextRussian.type
object TextSpanish.type
object TextSwedish.type
class Field[F]
Show all
case class Variable(value: Json) extends QueryPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait QueryPart
class Object
trait Matchable
class Any
Show all