Graph
com.outr.arango.Graph
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Type members
Classlikes
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object AppliedUpgrades
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- AppliedUpgrades.type
Value members
Constructors
Concrete methods
protected def doUpgrades(allUpgrades: List[DatabaseUpgrade], upgrades: List[DatabaseUpgrade], stillBlocking: Boolean, appliedUpgrades: Set[String]): IO[Unit]
def edge[E <: Edge[LazyRef(...), From, To], M <: EdgeModel[E, From, To], From, To](model: M, managed: Boolean): EdgeCollection[E, M, From, To]
Executes the query ignoring the result. Useful for queries that modify data but don't return anything useful.
Executes the query ignoring the result. Useful for queries that modify data but don't return anything useful.
Attributes
Creates a QueryBuilder[T] to manage execution of the supplied query.
Creates a QueryBuilder[T] to manage execution of the supplied query.
Attributes
- T
the type of results
- query
the query to create the builder for
- Returns:
QueryBuilder[T]
def vertex[D <: Document[LazyRef(...)], M <: DocumentModel[D]](model: M, managed: Boolean): DocumentCollection[D, M]
def view(name: String, links: List[ViewLink], managed: Boolean, primarySort: List[Sort], primarySortCompression: SortCompression, consolidationInterval: FiniteDuration, commitInterval: FiniteDuration, cleanupIntervalStep: Int): View