Package | Description |
---|---|
com.arangodb | |
com.arangodb.entity | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
StringsResultEntity |
ArangoDriver.getDatabases()
Returns all databases
|
StringsResultEntity |
ArangoDriver.getDatabases(boolean currentUserAccessableOnly)
Returns all databases
|
StringsResultEntity |
InternalDatabaseDriver.getDatabases(boolean currentUserAccessableOnly,
String username,
String password) |
StringsResultEntity |
ArangoDriver.getDatabases(String username,
String password)
Returns all databases the user identified by his credentials can access
|
Modifier and Type | Method and Description |
---|---|
StringsResultEntity |
EntityDeserializers.StringsResultEntityDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
StringsResultEntity |
InternalDatabaseDriverImpl.getDatabases(boolean currentUserAccessableOnly,
String username,
String password) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.