@ThreadSafe 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, util
ArangoDatabase db()
String name()
boolean exists() throws ArangoDBException
ArangoDBException
void drop() throws ArangoDBException
ArangoDBException
ViewEntity rename(String newName) throws ArangoDBException
newName
- The new nameArangoDBException
ViewEntity getInfo() throws ArangoDBException
ArangoDBException
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.