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 TableInsertOneResultInserts a single row into the table.final TableInsertOneResultTable.insertOne(T row, TableInsertOneOptions insertOneOptions) Inserts a single row into the table with the specified options.