Packages

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. Protected

Package Members

  1. package audit
  2. package backup
  3. package collection
  4. package core
  5. package pagination
  6. package queue
  7. package upgrade
  8. package upsert
  9. package util
  10. package view

Type Members

  1. case class ArangoCode extends Product with Serializable
  2. case class ArangoError(code: Int, num: Int, message: String, exception: String) extends Product with Serializable
  3. case class ArangoException(cause: ArangoDBException) extends RuntimeException with Product with Serializable
  4. case class ConstraintViolation(index: String, type: String, fields: Set[String], key: String) extends Product with Serializable
  5. case class DatabaseStore(collection: ArangoDBCollection, managed: Boolean) extends Product with Serializable
  6. class Graph extends AnyRef

Value Members

  1. object ArangoCode extends Serializable
  2. object ArangoException extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped