Uses of Class
com.datastax.astra.client.tables.commands.options.TableInsertOneOptions
Packages that use TableInsertOneOptions
-
Uses of TableInsertOneOptions in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableInsertOneOptionsModifier and TypeMethodDescriptionfinal TableInsertOneResult
Table.insertOne
(T row, TableInsertOneOptions insertOneOptions) Inserts a single row into the table with the specified options.