public class AddUdtFieldQuery extends MigrationQuery
keyspaceName| Constructor and Description |
|---|
AddUdtFieldQuery(String keyspaceName,
String udtName,
String fieldName,
io.stargate.bridge.proto.QueryOuterClass.TypeSpec fieldType) |
| 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() |
boolean |
mustRunBefore(MigrationQuery that) |
references, references, referencespublic 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.