Uses of Class
com.datastax.astra.client.tables.TableOptions
Package
Description
Top package to interact with Databases and Keyspaces.
Top package to interact with Tables.
-
Uses of TableOptions in com.datastax.astra.client.databases
Modifier and TypeMethodDescriptionDatabase.getTable
(String tableName, TableOptions tableOptions) Retrieves a table representation for the specified table name andTableOptions
, defaulting toRow
type rows.<T> Table
<T> Database.getTable
(String tableName, Class<T> rowClass, TableOptions tableOptions) Retrieves a table representation for the specified table name, table options, and row class type. -
Uses of TableOptions in com.datastax.astra.client.tables