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 interfaceArangoSearchInterface for operations on ArangoDB view level for ArangoSearch views.interfaceSearchAliasInterface for operations on ArangoDB view level for SearchAlias views.Methods in com.arangodb that return ArangoView Modifier and Type Method Description ArangoViewArangoDatabase. view(String name)Returns aArangoViewinstance for the given view name.
-