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