| Package | Description |
|---|---|
| com.arangodb.util |
| Modifier and Type | Method and Description |
|---|---|
ImportOptions.OnDuplicate |
ImportOptions.getOnDuplicate()
(optional) Controls what action is carried out in case of a unique key
constraint violation.
|
static ImportOptions.OnDuplicate |
ImportOptions.OnDuplicate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportOptions.OnDuplicate[] |
ImportOptions.OnDuplicate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImportOptions |
ImportOptions.setOnDuplicate(ImportOptions.OnDuplicate onDuplicate)
(optional) Controls what action is carried out in case of a unique key
constraint violation.
|
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.