Uses of Class
com.datastax.astra.client.tables.commands.options.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
Modifier 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
Modifier and TypeFieldDescriptionstatic final DropTableOptions
DropTableOptions.IF_EXISTS
Improve syntax.