Uses of Class
com.datastax.astra.client.tables.commands.options.AlterTypeOptions
Packages that use AlterTypeOptions
Package
Description
Top package to interact with Databases and Keyspaces.
-
Uses of AlterTypeOptions in com.datastax.astra.client.databases
Methods in com.datastax.astra.client.databases with parameters of type AlterTypeOptionsModifier and TypeMethodDescriptionfinal voidDatabase.alterType(String udtName, AlterTypeOperation<?, ?> operation, AlterTypeOptions alterTypeOptions) Alters a user-defined type (UDT) in the database using the specified operation and options.