Package | Description |
---|---|
com.arangodb.entity | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
List<ComputedValue> |
CollectionEntity.getComputedValues() |
Modifier and Type | Method and Description |
---|---|
ComputedValue |
ComputedValue.computeOn(ComputedValue.ComputeOn... computeOn) |
ComputedValue |
ComputedValue.expression(String expression) |
ComputedValue |
ComputedValue.failOnWarning(Boolean failOnWarning) |
ComputedValue |
ComputedValue.keepNull(Boolean keepNull) |
ComputedValue |
ComputedValue.name(String name) |
ComputedValue |
ComputedValue.overwrite(Boolean overwrite) |
Modifier and Type | Method and Description |
---|---|
CollectionCreateOptions |
CollectionCreateOptions.computedValues(ComputedValue... computedValues) |
CollectionPropertiesOptions |
CollectionPropertiesOptions.computedValues(ComputedValue... computedValues) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.