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 |
OperationWithRollbackOnErrorOptions.withRollbackOnError(RollbackOnError rollbackOnError)
Specifies whether to not save any changes in the space if any tuple replace operation
is unsuccesful.
|
Modifier and Type | Method and Description |
---|---|
static RollbackOnError |
RollbackOnError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollbackOnError[] |
RollbackOnError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 Picodata. All rights reserved.