Uses of Interface
com.arangodb.ArangoView
-
Packages that use ArangoView Package Description com.arangodb -
-
Uses of ArangoView in com.arangodb
Subinterfaces of ArangoView in com.arangodb Modifier and Type Interface Description interface
ArangoSearch
Interface for operations on ArangoDB view level for ArangoSearch views.interface
SearchAlias
Interface for operations on ArangoDB view level for SearchAlias views.Methods in com.arangodb that return ArangoView Modifier and Type Method Description ArangoView
ArangoDatabase. view(String name)
Returns aArangoView
instance for the given view name.
-