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[ErrorHandler[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. def create(users: ArangoUser*): Future[Result[Boolean]]

    Permalink
  10. lazy val cursor: ArangoCursor

    Permalink
  11. val db: String

    Permalink
  12. def drop(): Future[Result[Boolean]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. 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

  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. 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

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

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

    Permalink
  20. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. lazy val replication: ArangoReplication

    Permalink
  26. def restful[Request, Response](name: String, request: Request, params: Map[String, String] = Map.empty, errorHandler: Option[ErrorHandler[Response]] = None, method: Method = Method.Post, anchor: Option[String] = None)(implicit encoder: Encoder[Request], decoder: Decoder[Response]): Future[Response]

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped