@ThreadSafe public interface ArangoView extends ArangoSerdeAccessor
Modifier and Type | Method and Description |
---|---|
ArangoDatabase |
db()
The the handler of the database the collection is within
|
void |
drop()
Deletes the view from the database.
|
boolean |
exists()
Checks whether the view exists.
|
ViewEntity |
getInfo()
Returns information about the view.
|
String |
name()
The name of the view
|
ViewEntity |
rename(String newName)
Renames the view.
|
getSerde
ArangoDatabase db()
String name()
boolean exists()
void drop()
ViewEntity rename(String newName)
newName
- The new nameViewEntity getInfo()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.