Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
BooleanResultEntity |
InternalDatabaseDriver.createDatabase(String database,
UserEntity... users) |
BooleanResultEntity |
ArangoDriver.createDatabase(String database,
UserEntity... users)
This method creates a database
|
BooleanResultEntity |
InternalEndpointDriver.createEndpoint(String endpoint,
String... databases) |
BooleanResultEntity |
ArangoDriver.createEndpoint(String endpoint,
String... databases)
This method creates an endpoint.
|
BooleanResultEntity |
InternalDatabaseDriver.deleteDatabase(String database) |
BooleanResultEntity |
ArangoDriver.deleteDatabase(String database)
This method deletes a database
|
BooleanResultEntity |
InternalEndpointDriver.deleteEndpoint(String endpoint) |
BooleanResultEntity |
ArangoDriver.deleteEndpoint(String endpoint)
This method deletes an endpoint
|
Modifier and Type | Method and Description |
---|---|
BooleanResultEntity |
EntityDeserializers.BooleanResultEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
BooleanResultEntity |
InternalDatabaseDriverImpl.createDatabase(String database,
UserEntity... users) |
BooleanResultEntity |
InternalEndpointDriverImpl.createEndpoint(String endpoint,
String... databases) |
BooleanResultEntity |
InternalDatabaseDriverImpl.deleteDatabase(String database) |
BooleanResultEntity |
InternalEndpointDriverImpl.deleteEndpoint(String endpoint) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.