Uses of Class
com.datastax.astra.client.tables.commands.options.ListTablesOptions
Packages that use ListTablesOptions
Package
Description
Top package to interact with Databases and Keyspaces.
-
Uses of ListTablesOptions in com.datastax.astra.client.databases
Methods in com.datastax.astra.client.databases with parameters of type ListTablesOptionsModifier and TypeMethodDescriptionDatabase.listTableNames(ListTablesOptions listTablesOptions) Retrieves the names of all tables in the database.Database.listTables(ListTablesOptions listTableOptions) Retrieves the details of all tables in the database.