Class DropTableOptions
java.lang.Object
com.datastax.astra.client.core.options.BaseOptions<DropTableOptions>
com.datastax.astra.client.tables.commands.options.DropTableOptions
- All Implemented Interfaces:
Cloneable
Options for dropping a table.
-
Field Summary
Fields inherited from class com.datastax.astra.client.core.options.BaseOptions
commandType, dataAPIClientOptions, serializer, token
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets keyspaceboolean
Accessor for serialization.Methods inherited from class com.datastax.astra.client.core.options.BaseOptions
adminAdditionalHeaders, clone, commandType, dataAPIClientOptions, databaseAdditionalHeaders, embeddingApiKey, embeddingAuthProvider, getCommandType, getDataAPIClientOptions, getRequestTimeout, getRequestTimeout, getSerializer, getTimeout, getTimeout, getToken, httpClientOptions, registerObserver, serializer, timeout, timeout, timeout, timeoutOptions, token, toString, unregisterObserver
-
Field Details
-
IF_EXISTS
Improve syntax.
-
-
Constructor Details
-
DropTableOptions
public DropTableOptions()Default constructor
-
-
Method Details
-
isIfExists
public boolean isIfExists()Accessor for serialization.- Returns:
- accessor for serialization
-
getKeyspace
Gets keyspace- Returns:
- value of keyspace
-