Package | Description |
---|---|
io.picodata.driver.api.space.options.crud |
Contains interfaces for Tarantool CRUD options
|
io.picodata.driver.api.space.options.crud.enums |
Contains enums for CRUD option values.
|
Modifier and Type | Method and Description |
---|---|
default T |
OperationWithStopOnErrorOptions.withStopOnError(StopOnError stopOnError)
Specifies whether to not try to insert more tuples into the space if any tuple insert
operation is unsuccesful.
|
Modifier and Type | Method and Description |
---|---|
static StopOnError |
StopOnError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopOnError[] |
StopOnError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 Picodata. All rights reserved.