Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl | |
com.arangodb.util |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
ArangoDriver.importDocuments(String collection,
Collection<?> values,
ImportOptionsJson importOptionsJson)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocuments(String database,
String collection,
Collection<?> values,
ImportOptionsJson importOptionsJson) |
Modifier and Type | Method and Description |
---|---|
ImportResultEntity |
InternalImportDriverImpl.importDocuments(String database,
String collection,
Collection<?> values,
ImportOptionsJson importOptionsJson) |
Modifier and Type | Class and Description |
---|---|
class |
ImportOptionsRaw |
Modifier and Type | Method and Description |
---|---|
ImportOptionsJson |
ImportOptionsJson.setFromPrefix(String fromPrefix)
An optional prefix for the values in _from attributes.
|
ImportOptionsJson |
ImportOptionsJson.setToPrefix(String toPrefix)
An optional prefix for the values in _to attributes.
|
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.