| Package | Description |
|---|---|
| io.stargate.sgv2.graphql.schema.graphqlfirst.fetchers.admin | |
| io.stargate.sgv2.graphql.schema.graphqlfirst.migration |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploySchemaResponseDto.setCqlChanges(List<MigrationQuery> cqlChanges) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddTableColumnQuery |
class |
AddUdtFieldQuery |
class |
CreateIndexQuery |
class |
CreateTableQuery |
class |
CreateUdtQuery |
class |
DropTableQuery |
class |
DropUdtQuery |
| Modifier and Type | Method and Description |
|---|---|
List<MigrationQuery> |
CassandraMigrator.compute(MappingModel mappingModel,
io.stargate.bridge.proto.Schema.CqlKeyspaceDescribe keyspace) |
static List<MigrationQuery> |
CreateTableQuery.createTableAndIndexes(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddUdtFieldQuery.mustRunBefore(MigrationQuery that) |
boolean |
DropUdtQuery.mustRunBefore(MigrationQuery that) |
abstract boolean |
MigrationQuery.mustRunBefore(MigrationQuery that) |
boolean |
CreateTableQuery.mustRunBefore(MigrationQuery that) |
boolean |
CreateIndexQuery.mustRunBefore(MigrationQuery that) |
boolean |
CreateUdtQuery.mustRunBefore(MigrationQuery that) |
boolean |
AddTableColumnQuery.mustRunBefore(MigrationQuery that) |
boolean |
DropTableQuery.mustRunBefore(MigrationQuery that) |
Copyright © 2022. All rights reserved.