Uses of Class
com.datastax.astra.client.tables.commands.options.DropTableOptions
Packages that use DropTableOptions
Package
Description
Top package to interact with Databases and Keyspaces.
Options and Inputs for Tables commands.
-
Uses of DropTableOptions in com.datastax.astra.client.databases
Methods in com.datastax.astra.client.databases with parameters of type DropTableOptionsModifier and TypeMethodDescriptionvoid
Database.dropTable
(String tableName, DropTableOptions dropTableOptions) Deletes a collection (table) from the database with specific options. -
Uses of DropTableOptions in com.datastax.astra.client.tables.commands.options
Fields in com.datastax.astra.client.tables.commands.options declared as DropTableOptionsModifier and TypeFieldDescriptionstatic final DropTableOptions
DropTableOptions.IF_EXISTS
Improve syntax.