Uses of Class
com.datastax.astra.client.tables.commands.options.TableFindOneOptions
Package
Description
Top package to interact with Tables.
Options and Inputs for Tables commands.
-
Uses of TableFindOneOptions in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionTable.findOne
(Filter filter, TableFindOneOptions findOneOptions) Retrieves a single row from the table that matches the specified filter criteria.<R> Optional
<R> Table.findOne
(Filter filter, TableFindOneOptions findOneOptions, Class<R> newRowClass) Retrieves a single row from the table that matches the specified filter criteria.Table.findOne
(TableFindOneOptions findOneOptions) Retrieves a single row from the table that matches the specified filter criteria. -
Uses of TableFindOneOptions in com.datastax.astra.client.tables.commands.options
Modifier and TypeMethodDescriptionTableFindOneOptions.projection
(Projection... p) Adding this on top of sort(Sort[] s) to allow for a more fluent API.Adding this on top of sort(Sort[] s) to allow for a more fluent API.