Uses of Class
com.datastax.astra.client.tables.commands.options.TableDeleteOneOptions
Packages that use TableDeleteOneOptions
Package
Description
Top package to interact with Tables.
Options and Inputs for Tables commands.
-
Uses of TableDeleteOneOptions in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableDeleteOneOptionsModifier and TypeMethodDescriptionvoid
Table.deleteOne
(Filter filter, TableDeleteOneOptions deleteOneOptions) Removes at most one row from the table that matches the given filter. -
Uses of TableDeleteOneOptions in com.datastax.astra.client.tables.commands.options
Methods in com.datastax.astra.client.tables.commands.options that return TableDeleteOneOptionsModifier and TypeMethodDescriptionAdding this on top of sort(Sort[] s) to allow for a more fluent API.