public class DropUdtQuery extends MigrationQuery
keyspaceName| Constructor and Description |
|---|
DropUdtQuery(String keyspaceName,
io.stargate.bridge.proto.QueryOuterClass.TypeSpec.Udt type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addsReferenceTo(String udtName)
Whether the query will introduce a new column/field that uses the given UDT.
|
io.stargate.bridge.proto.QueryOuterClass.Query |
build() |
boolean |
dropsReferenceTo(String udtName)
Whether the query will remove a column/field that was using the given UDT.
|
String |
getDescription() |
String |
getTypeName() |
boolean |
mustRunBefore(MigrationQuery that) |
references, references, referencespublic DropUdtQuery(String keyspaceName, io.stargate.bridge.proto.QueryOuterClass.TypeSpec.Udt type)
public String getTypeName()
public io.stargate.bridge.proto.QueryOuterClass.Query build()
build in class MigrationQuerypublic String getDescription()
getDescription in class MigrationQuerypublic boolean mustRunBefore(MigrationQuery that)
mustRunBefore in class MigrationQuerypublic boolean addsReferenceTo(String udtName)
MigrationQueryaddsReferenceTo in class MigrationQuerypublic boolean dropsReferenceTo(String udtName)
MigrationQuerydropsReferenceTo in class MigrationQueryCopyright © 2022. All rights reserved.