public class ArangoViewImpl extends InternalArangoView<ArangoDBImpl,ArangoDatabaseImpl,ArangoExecutorSync> implements ArangoView
db, name, PATH_API_ANALYZER, PATH_API_VIEW
executor, serde
Modifier | Constructor and Description |
---|---|
protected |
ArangoViewImpl(ArangoDatabaseImpl db,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
drop()
Deletes the view from the database.
|
boolean |
exists()
Checks whether the view exists.
|
ViewEntity |
getInfo()
Returns information about the view.
|
ViewEntity |
rename(String newName)
Renames the view.
|
db, dropRequest, getInfoRequest, name, renameRequest
createPath, executor, getSerde, request
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
db, name
getSerde
protected ArangoViewImpl(ArangoDatabaseImpl db, String name)
public boolean exists()
ArangoView
exists
in interface ArangoView
public void drop()
ArangoView
drop
in interface ArangoView
public ViewEntity rename(String newName)
ArangoView
rename
in interface ArangoView
newName
- The new namepublic ViewEntity getInfo()
ArangoView
getInfo
in interface ArangoView
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.