com.outr.arango.query

Members list

Packages

Type members

Classlikes

final class AQLInterpolator(val sc: StringContext) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
case class Query(parts: List[QueryPart], options: QueryOptions) extends Support, QueryOptionsSupport[Query]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Query
trait Serializable
trait Product
trait Equals
trait Support
trait QueryPart
class Object
trait Matchable
class Any
Show all
Self type
Query.type
case class QueryOptions(count: Option[Boolean], batchSize: Option[Int], ttl: Option[FiniteDuration], cache: Option[Boolean], memoryLimit: Option[Long], fullCount: Option[Boolean], fillBlockCache: Option[Boolean], maxNumberOfPlans: Option[Int], maxWarningCount: Option[Long], failOnWarning: Option[Boolean], allowRetry: Option[Boolean], stream: Option[Boolean], profile: Option[Boolean], satelliteSyncWait: Option[FiniteDuration], maxRuntime: Option[FiniteDuration], maxTransactionSize: Option[Long], intermediateCommitSize: Option[Long], intermediateCommitCount: Option[Long], skipInaccessibleCollections: Option[Boolean])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueryOptions

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Query
object Query.type
sealed trait QueryPart

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Container
class Ref
class Static
trait Support
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]
class Variable
Show all
object QueryPart

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait SortDirection

Attributes

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

Attributes

Companion
trait
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