Class

com.outr.arango

QueryBuilder

Related Doc: package arango

Permalink

case class QueryBuilder[R](client: HttpClient, query: Query, conversion: (Json) ⇒ R, batchSize: Int = 100, cache: Boolean = true, count: Boolean = false, memoryLimit: Option[Long] = None, options: Option[PostAPICursorOpts] = None, ttl: Option[Long] = None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryBuilder(client: HttpClient, query: Query, conversion: (Json) ⇒ R, batchSize: Int = 100, cache: Boolean = true, count: Boolean = false, memoryLimit: Option[Long] = None, options: Option[PostAPICursorOpts] = None, ttl: Option[Long] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. macro def as[D]: QueryBuilder[D]

    Permalink
  5. def as[D](serialization: Serialization[D]): QueryBuilder[D]

    Permalink
  6. def as[D](conversion: (Json) ⇒ D): QueryBuilder[D]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def batchSize(batchSize: Int): QueryBuilder[R]

    Permalink
  9. val batchSize: Int

    Permalink
  10. val cache: Boolean

    Permalink
  11. val client: HttpClient

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val conversion: (Json) ⇒ R

    Permalink
  14. val count: Boolean

    Permalink
  15. def cursor(implicit ec: ExecutionContext): Future[QueryResponse[R]]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def excludeCount: QueryBuilder[R]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def first(implicit ec: ExecutionContext): Future[Option[R]]

    Permalink

    Convenience method that calls cursor grabbing the first result returning None if there are no results.

  20. def get(id: String)(implicit ec: ExecutionContext): Future[QueryResponse[R]]

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def includeCount: QueryBuilder[R]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val memoryLimit: Option[Long]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def one(implicit ec: ExecutionContext): Future[R]

    Permalink
  29. val options: Option[PostAPICursorOpts]

    Permalink
  30. def paged(implicit ec: ExecutionContext): Future[Pagination[R]]

    Permalink
  31. val query: Query

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val ttl: Option[Long]

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped