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 ArangoDatabases extends AnyRef

    Permalink
  8. class ArangoDocument extends AnyRef

    Permalink
  9. class ArangoEdge extends AnyRef

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

    Permalink
  11. class ArangoException extends RuntimeException

    Permalink
  12. class ArangoGraph extends AnyRef

    Permalink
  13. class ArangoGraphs extends AnyRef

    Permalink
  14. class ArangoIndexType extends AnyRef

    Permalink
  15. class ArangoIndexing extends AnyRef

    Permalink
  16. class ArangoReplication extends AnyRef

    Permalink
  17. class ArangoSession extends AnyRef

    Permalink
  18. class ArangoVertex extends AnyRef

    Permalink
  19. case class BigDecimalValue(value: BigDecimal) extends Value with Product with Serializable

    Permalink
  20. case class BooleanValue(value: Boolean) extends Value with Product with Serializable

    Permalink
  21. case class Credentials(username: String, password: String) extends Product with Serializable

    Permalink
  22. case class DoubleValue(value: Double) extends Value with Product with Serializable

    Permalink
  23. case class IntValue(value: Int) extends Value with Product with Serializable

    Permalink
  24. case class LongValue(value: Long) extends Value with Product with Serializable

    Permalink
  25. case class Query(value: String, args: Map[String, Value]) extends Product with Serializable

    Permalink
  26. class QueryResponseIterator[T] extends Iterator[T]

    Permalink
  27. case class QueryResponsePagination[T](cursor: ArangoCursor, response: QueryResponse[T], offset: Int = 0)(implicit decoder: Decoder[T]) extends Iterable[T] with Product with Serializable

    Permalink
  28. class ReplicationMonitor extends Observable[LogEvent]

    Permalink
  29. sealed trait ReplicationResult extends AnyRef

    Permalink
  30. case class SeqBigDecimalValue(value: Seq[BigDecimal]) extends Value with Product with Serializable

    Permalink
  31. case class SeqBooleanValue(value: Seq[Boolean]) extends Value with Product with Serializable

    Permalink
  32. case class SeqDoubleValue(value: Seq[Double]) extends Value with Product with Serializable

    Permalink
  33. case class SeqIntValue(value: Seq[Int]) extends Value with Product with Serializable

    Permalink
  34. case class SeqLongValue(value: Seq[Long]) extends Value with Product with Serializable

    Permalink
  35. case class SeqStringValue(value: Seq[String]) extends Value with Product with Serializable

    Permalink
  36. case class StringValue(value: String) extends Value with Product with Serializable

    Permalink
  37. sealed trait Value extends AnyRef

    Permalink

Value Members

  1. object Arango

    Permalink
  2. object ArangoCode extends Serializable

    Permalink
  3. object ArangoCollection

    Permalink
  4. object ArangoException extends Serializable

    Permalink
  5. object ArangoSession

    Permalink
  6. object Macros

    Permalink
    Annotations
    @compileTimeOnly( ... )
  7. object ReplicationResult

    Permalink
  8. object Value

    Permalink
  9. package dsl

    Permalink
  10. package managed

    Permalink
  11. package rest

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped