Uses of Class
com.datastax.astra.client.tables.commands.options.ListTypesOptions
Packages that use ListTypesOptions
Package
Description
Top package to interact with Databases and Keyspaces.
-
Uses of ListTypesOptions in com.datastax.astra.client.databases
Methods in com.datastax.astra.client.databases with parameters of type ListTypesOptionsModifier and TypeMethodDescriptionDatabase.listTypeNames(ListTypesOptions listTypesOptions) Retrieves the names of all tables in the database.Database.listTypes(ListTypesOptions listTypesOptions) Retrieves the details of all types in the database.