Uses of Class
com.datastax.astra.client.tables.definition.TableDescriptor
Packages that use TableDescriptor
Package
Description
Top package to interact with Databases and Keyspaces.
Objects describing the structure of a Table.
-
Uses of TableDescriptor in com.datastax.astra.client.databases
Methods in com.datastax.astra.client.databases that return types with arguments of type TableDescriptorModifier and TypeMethodDescriptionDatabase.listTables()
Retrieves the details of all tables in the database with default options.Database.listTables
(ListTablesOptions listTableOptions) Retrieves the details of all tables in the database. -
Uses of TableDescriptor in com.datastax.astra.client.tables.definition
Methods in com.datastax.astra.client.tables.definition that return TableDescriptorModifier and TypeMethodDescriptionTableDescriptor.definition
(TableDefinition def) Set the definition of the table.Set the name of the table.