View

com.outr.arango.view.View
class View(db: ArangoDB, val name: String, val managed: Boolean, options: ArangoSearchCreateOptions) extends Support

Attributes

Graph
Supertypes
trait Support
trait QueryPart
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def create(): IO[ViewInfo]
def dbName: String
def drop(): IO[Unit]
def exists(): IO[Boolean]
override def toQueryPart: QueryPart

Attributes

Definition Classes
Support

Inherited methods

def withPart(that: QueryPart): QueryPart

Attributes

Inherited from:
QueryPart

Concrete fields

val managed: Boolean
val name: String