Graph
class Object
trait Matchable
class Any
Type members
Classlikes
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], From, To](model: EdgeModel[E, From, To]): EdgeCollection[E, 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.
Creates a QueryBuilder[T] to manage execution of the supplied query.
Creates a QueryBuilder[T] to manage execution of the supplied query.
- Type parameters:
- T
the type of results
- Value parameters:
- query
the query to create the builder for
- Returns:
QueryBuilder[T]
def view(name: String, links: List[ViewLink], primarySort: List[Sort], primarySortCompression: SortCompression, consolidationInterval: FiniteDuration, commitInterval: FiniteDuration, cleanupIntervalStep: Int, consolidationPolicy: ConsolidationPolicy): View