Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal | |
com.arangodb.model |
Modifier and Type | Field and Description |
---|---|
static DbName |
DbName.SYSTEM
DbName of the "_system" database.
|
Modifier and Type | Method and Description |
---|---|
DbName |
ArangoDatabase.dbName()
Returns the name of the database
|
DbName |
Request.getDb() |
static DbName |
DbName.normalize(String value)
Creates a new
DbName instance with the NFC normal form of the provided value. |
static DbName |
DbName.of(String value)
Creates a new
DbName instance with the provided value. |
Modifier and Type | Method and Description |
---|---|
Boolean |
ArangoDB.createDatabase(DbName dbName)
Creates a new database with the given name.
|
Request.Builder<T> |
Request.Builder.db(DbName db) |
ArangoDatabase |
ArangoDB.db(DbName dbName)
Returns a
ArangoDatabase instance for the given database name. |
Modifier and Type | Method and Description |
---|---|
DbName |
ArangoDatabaseAsync.dbName()
Returns the name of the database
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
ArangoDBAsync.createDatabase(DbName dbName)
Creates a new database
|
ArangoDatabaseAsync |
ArangoDBAsync.db(DbName dbName)
Returns a handler of the database by the given name
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
ArangoDBAsyncImpl.createDatabase(DbName name) |
ArangoDatabaseAsync |
ArangoDBAsyncImpl.db(DbName name) |
Modifier and Type | Method and Description |
---|---|
DbName |
InternalArangoDatabase.dbName() |
DbName |
InternalRequest.getDbName() |
Modifier and Type | Method and Description |
---|---|
Boolean |
ArangoDBImpl.createDatabase(DbName dbName) |
protected InternalRequest |
InternalArangoDB.createUserRequest(DbName dbName,
String user,
String passwd,
UserCreateOptions options) |
ArangoDatabase |
ArangoDBImpl.db(DbName dbName) |
protected InternalRequest |
InternalArangoDB.deleteUserRequest(DbName dbName,
String user) |
protected InternalRequest |
InternalArangoDB.getAccessibleDatabasesForRequest(DbName dbName,
String user) |
protected InternalRequest |
InternalArangoDB.getDatabasesRequest(DbName dbName) |
protected InternalRequest |
InternalArangoDB.getUserRequest(DbName dbName,
String user) |
protected InternalRequest |
InternalArangoDB.getUsersRequest(DbName dbName) |
protected InternalRequest |
InternalArangoDB.replaceUserRequest(DbName dbName,
String user,
UserUpdateOptions options) |
protected InternalRequest |
ArangoExecuteable.request(DbName dbName,
RequestType requestType,
String... path) |
protected InternalRequest |
InternalArangoDB.updateUserRequest(DbName dbName,
String user,
UserUpdateOptions options) |
Constructor and Description |
---|
ArangoDatabaseImpl(ArangoDBImpl arangoDB,
DbName name) |
InternalArangoDatabase(A arango,
DbName dbName) |
InternalRequest(DbName dbName,
RequestType requestType,
String path) |
Modifier and Type | Method and Description |
---|---|
DBCreateOptions |
DBCreateOptions.name(DbName dbName) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.