C8Database |
C8Admin.db() |
The handler of the database
|
C8Database |
C8Collection.db() |
The the handler of the database the collection is within
|
C8Database |
C8DB.db() |
Returns a ArangoDatabase instance for the _system database.
|
C8Database |
C8DB.db(String tenant,
String name) |
Returns a ArangoDatabase instance for the given database name and
tenant.
|
C8Database |
C8DB.db(String tenant,
String name,
String spotDc,
String dcList) |
Returns a ArangoDatabase instance for the given database name.
|
C8Database |
C8DB.db(String tenant,
String name,
Map<String,String> headerParams) |
Returns a ArangoDatabase instance for the given database name and
tenant.
|
C8Database |
C8Event.db() |
The the handler of the database the collection with events is within
|
C8Database |
C8Graph.db() |
The the handler of the database the named graph is within
|
C8Database |
C8Stream.db() |
The the handler of the database the named graph is within
|
C8Database |
Restql.db() |
The the handler of the database the user query is within
|