Package

com.outr

arango

Permalink

package arango

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

Type Members

  1. implicit final class AQLInterpolator extends AnyVal

    Permalink
  2. class Arango extends AnyRef

    Permalink
  3. case class ArangoCode extends Product with Serializable

    Permalink
  4. class ArangoCollection extends AnyRef

    Permalink
  5. class ArangoCursor extends AnyRef

    Permalink
  6. class ArangoDB extends AnyRef

    Permalink
  7. class ArangoDocument extends AnyRef

    Permalink
  8. class ArangoEdge extends AnyRef

    Permalink
  9. case class ArangoError(error: Boolean, code: Int, errorNum: Int, errorMessage: String) extends Product with Serializable

    Permalink
  10. class ArangoException extends RuntimeException

    Permalink
  11. class ArangoGraph extends AnyRef

    Permalink
  12. class ArangoGraphs extends AnyRef

    Permalink
  13. class ArangoSession extends AnyRef

    Permalink
  14. class ArangoVertex extends AnyRef

    Permalink
  15. trait Document extends AnyRef

    Permalink

    Document represents a result coming back from the database and will always have _key, _id, and _rev.

  16. trait DocumentOption extends AnyRef

    Permalink

    DocumentOption works similarly to Document except is also applicable for inserting as the values _key, _id, and _rev can be excluded.

  17. case class Query(value: String, args: Map[String, QueryArg]) extends Product with Serializable

    Permalink
  18. sealed trait QueryArg extends AnyRef

    Permalink

Value Members

  1. object Arango

    Permalink
  2. object ArangoCode extends Serializable

    Permalink
  3. object ArangoCollection

    Permalink
  4. object ArangoSession

    Permalink
  5. object Macros

    Permalink
    Annotations
    @compileTimeOnly( ... )
  6. object QueryArg

    Permalink
  7. package dsl

    Permalink
  8. package rest

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped