Package com.arangodb.internal
Class ArangoViewImpl
java.lang.Object
com.arangodb.internal.ArangoExecuteable
com.arangodb.internal.InternalArangoView
com.arangodb.internal.ArangoViewImpl
- All Implemented Interfaces:
ArangoSerdeAccessor
,ArangoView
- Author:
- Mark Vollmary
-
Field Summary
Fields inherited from class com.arangodb.internal.InternalArangoView
dbName, name, PATH_API_ANALYZER, PATH_API_VIEW
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.arangodb.internal.InternalArangoView
dropRequest, getInfoRequest, name, renameRequest
Methods inherited from class com.arangodb.internal.ArangoExecuteable
createPath, executorAsync, executorSync, getSerde, request
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.arangodb.ArangoSerdeAccessor
getSerde
Methods inherited from interface com.arangodb.ArangoView
name
-
Constructor Details
-
ArangoViewImpl
-
-
Method Details
-
db
Description copied from interface:ArangoView
The the handler of the database the collection is within- Specified by:
db
in interfaceArangoView
- Returns:
- database handler
-
exists
public boolean exists()Description copied from interface:ArangoView
Checks whether the view exists.- Specified by:
exists
in interfaceArangoView
- Returns:
- true if the view exists, otherwise false
- See Also:
-
drop
public void drop()Description copied from interface:ArangoView
Deletes the view from the database.- Specified by:
drop
in interfaceArangoView
- See Also:
-
rename
Description copied from interface:ArangoView
Renames the view.- Specified by:
rename
in interfaceArangoView
- Parameters:
newName
- The new name- Returns:
- information about the view
- See Also:
-
getInfo
Description copied from interface:ArangoView
Returns information about the view.- Specified by:
getInfo
in interfaceArangoView
- Returns:
- information about the view
- See Also:
-