p

com.outr

arango

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
  2. class Arango extends AnyRef
  3. case class ArangoCode extends Product with Serializable
  4. class ArangoCollection extends AnyRef
  5. class ArangoCursor extends AnyRef
  6. class ArangoDB extends AnyRef
  7. class ArangoDocument extends AnyRef
  8. class ArangoEdge extends AnyRef
  9. case class ArangoError (error: Boolean, code: Int, errorNum: Int, errorMessage: String) extends Product with Serializable
  10. class ArangoException extends RuntimeException
  11. class ArangoGraph extends AnyRef
  12. class ArangoGraphs extends AnyRef
  13. class ArangoSession extends AnyRef
  14. class ArangoVertex extends AnyRef
  15. trait Document extends AnyRef

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

  16. trait DocumentOption extends AnyRef

    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
  18. sealed trait QueryArg extends AnyRef

Value Members

  1. object Arango
  2. object ArangoCode extends Serializable
  3. object ArangoCollection
  4. object ArangoSession
  5. object Macros
    Annotations
    @compileTimeOnly( ... )
  6. object QueryArg

Inherited from AnyRef

Inherited from Any

Ungrouped