com.outr.arango.query

Members list

Concise view

Type members

Classlikes

final class AQLInterpolator(val sc: StringContext) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
case class Query(parts: List[QueryPart]) extends Support

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Support
trait QueryPart
class Object
trait Matchable
class Any
Known subtypes
object Query.type
object Query extends Query

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Query
trait Serializable
trait Product
trait Equals
trait Support
trait QueryPart
class Object
trait Matchable
class Any
Self type
Query.type
sealed trait QueryPart

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Container
class Static
trait Support
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]
class Query
object Query.type
class Variable
object QueryPart

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Sort(field: Field[_], direction: SortDirection)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait SortDirection

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ASC.type
object DESC.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

implicit def rw2QueryPart[T : RW](t: T): QueryPart
implicit def sc2AQL(sc: StringContext): AQLInterpolator
implicit def tuple2QueryPart(t: (String, Json)): QueryPart
implicit def value2QueryPart(value: Json): QueryPart