public class ArangoViewImpl extends InternalArangoView<ArangoDBImpl,ArangoDatabaseImpl,ArangoExecutorSync> implements ArangoView
db, name, PATH_API_ANALYZER, PATH_API_VIEWexecutor, 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, renameRequestcreatePath, executor, getSerde, requestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdb, namegetSerdeprotected ArangoViewImpl(ArangoDatabaseImpl db, String name)
public boolean exists()
ArangoViewexists in interface ArangoViewpublic void drop()
ArangoViewdrop in interface ArangoViewpublic ViewEntity rename(String newName)
ArangoViewrename in interface ArangoViewnewName - The new namepublic ViewEntity getInfo()
ArangoViewgetInfo in interface ArangoViewCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.