public interface ArangoView extends ArangoSerializationAccessor
| 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.
|
util, utilArangoDatabase db()
String name()
boolean exists()
throws ArangoDBException
ArangoDBExceptionvoid drop() throws ArangoDBException
ArangoDBExceptionViewEntity rename(String newName) throws ArangoDBException
newName - The new nameArangoDBExceptionViewEntity getInfo() throws ArangoDBException
ArangoDBExceptionCopyright © 2016–2020 ArangoDB GmbH. All rights reserved.