| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.impl | |
| com.arangodb.util |
| Modifier and Type | Method and Description |
|---|---|
ImportResultEntity |
ArangoDriver.importDocumentsRaw(String collection,
String values,
ImportOptionsRaw importOptionsRaw)
Creates documents in a collection.
|
ImportResultEntity |
InternalImportDriver.importDocumentsRaw(String database,
String collection,
String values,
ImportOptionsRaw importOptionsRaw) |
| Modifier and Type | Method and Description |
|---|---|
ImportResultEntity |
InternalImportDriverImpl.importDocumentsRaw(String database,
String collection,
String values,
ImportOptionsRaw importOptionsRaw) |
| Modifier and Type | Method and Description |
|---|---|
ImportOptionsRaw |
ImportOptionsRaw.setImportType(ImportOptionsRaw.ImportType importType)
Determines how the body of the request will be interpreted. type can have
the following values:
ImportType.DOCUMENTS: when this type is used, each line in the request
body is expected to be an individual JSON-encoded document.
|
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.