Uses of Class
com.datastax.astra.client.tables.commands.results.TableInsertManyResult
-
Uses of TableInsertManyResult in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionTable.insertMany
(List<? extends T> rows) Inserts multiple rows into the table.Table.insertMany
(List<? extends T> rows, TableInsertManyOptions insertManyOptions) Inserts multiple rows into the table with the specified options.final TableInsertManyResult
Table.insertMany
(T... rows) Inserts multiple rows into the table.