Uses of Class
com.datastax.astra.client.tables.commands.TableUpdateOperation
Packages that use 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
Methods in com.datastax.astra.client.core.commands with parameters of type TableUpdateOperationModifier and TypeMethodDescriptionCommand.withUpdate
(TableUpdateOperation update) Builder pattern, Update. -
Uses of TableUpdateOperation in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableUpdateOperationModifier 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
Methods in com.datastax.astra.client.tables.commands that return TableUpdateOperationModifier and TypeMethodDescriptionSet all elements of a rowBuilder pattern, set a field valueBuilder patternBuilder pattern, unset a field