public interface ArangoViewAsync
extends com.arangodb.ArangoSerializationAccessor
| Modifier and Type | Method and Description |
|---|---|
ArangoDatabaseAsync |
db()
The the handler of the database the collection is within
|
CompletableFuture<Void> |
drop()
Deletes the view from the database.
|
CompletableFuture<Boolean> |
exists()
Checks whether the view exists.
|
CompletableFuture<com.arangodb.entity.ViewEntity> |
getInfo()
Returns information about the view.
|
String |
name()
The name of the view
|
CompletableFuture<com.arangodb.entity.ViewEntity> |
rename(String newName)
Renames the view.
|
ArangoDatabaseAsync db()
String name()
CompletableFuture<Boolean> exists()
ArangoDBExceptionCompletableFuture<Void> drop()
ArangoDBExceptionCompletableFuture<com.arangodb.entity.ViewEntity> rename(String newName)
newName - The new nameArangoDBExceptionCompletableFuture<com.arangodb.entity.ViewEntity> getInfo()
ArangoDBExceptionCopyright © 2016–2018 ArangoDB GmbH. All rights reserved.