ReadableCollection

com.outr.arango.collection.ReadableCollection
trait ReadableCollection[D <: Document[D]] extends Collection

Attributes

Graph
Supertypes
trait Support
trait QueryPart
class Object
trait Matchable
class Any
Known subtypes
class EdgeCollection[E, From, To]

Members list

Concise view

Value members

Abstract methods

def model: DocumentModel[D]

Inherited methods

def `type`: CollectionType

Attributes

Inherited from:
Collection
def dbName: String

Attributes

Inherited from:
Collection
def name: String

Attributes

Inherited from:
Collection
override def toQueryPart: QueryPart

Attributes

Definition Classes
Collection -> Support
Inherited from:
Collection