Class

com.outr.arango

ArangoDB

Related Doc: package arango

Permalink

class ArangoDB extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArangoDB
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArangoDB(session: ArangoSession, db: String)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def call[T](query: Query)(implicit decoder: Decoder[T]): Future[T]

    Permalink

    Convenience method that calls cursor expecting exactly one result back.

    Convenience method that calls cursor expecting exactly one result back. An assertion error will fire if the results contains more or less than one result.

    T

    the type of the result

    query

    the query to execute

    decoder

    decoder for T

    returns

    Future[T]

  6. def call[Response](name: String, method: Method, params: Map[String, String] = Map.empty, errorHandler: Option[(HttpResponse) ⇒ Response] = None)(implicit decoder: Decoder[Response]): Future[Response]

    Permalink
    Attributes
    protected[com.outr.arango]
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def collection(name: String): ArangoCollection

    Permalink
  9. lazy val cursor: ArangoCursor

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

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def execute(query: Query): Future[Boolean]

    Permalink

    Convenience method that calls cursor expecting no results.

    Convenience method that calls cursor expecting no results. An assertion error will be occur if the results count is not exactly zero.

    query

    the query to execute

    returns

    true if the query returned with no errors

  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def first[T](query: Query)(implicit decoder: Decoder[T]): Future[Option[T]]

    Permalink

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

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

    T

    the type of the result

    query

    the query to execute

    decoder

    decoder for T

    returns

    optional T if there is at least one result

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. lazy val graph: ArangoGraphs

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def restful[Request, Response](name: String, request: Request, params: Map[String, String] = Map.empty, errorHandler: Option[(HttpResponse) ⇒ Response] = None, method: Method = Method.Post)(implicit encoder: Encoder[Request], decoder: Decoder[Response]): Future[Response]

    Permalink
    Attributes
    protected[com.outr.arango]
  23. val session: ArangoSession

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

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped