Uses of Class
com.datastax.astra.client.tables.commands.TableUpdateOperation
Package
Description
Utility classes for commands and operations.
Top package to interact with Tables.
Command Definitions for operating on Tables.
-
Uses of TableUpdateOperation in com.datastax.astra.client.core.commands
Modifier and TypeMethodDescriptionCommand.withUpdate
(TableUpdateOperation update) Builder pattern, Update. -
Uses of TableUpdateOperation in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionvoid
Table.updateOne
(Filter filter, TableUpdateOperation update) Update a single row in the table according to the specified arguments.void
Table.updateOne
(Filter filter, TableUpdateOperation update, TableUpdateOneOptions updateOptions) Update a single document in the collection according to the specified arguments. -
Uses of TableUpdateOperation in com.datastax.astra.client.tables.commands
Modifier and TypeMethodDescriptionSet all elements of a rowBuilder pattern, set a field valueBuilder patternBuilder pattern, unset a field