| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.fetchers.admin | |
| io.stargate.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,
Keyspace keyspace) |
static List<MigrationQuery> |
CreateTableQuery.createTableAndIndexes(Table table) |
static List<MigrationQuery> |
CreateUdtQuery.createUdt(UserDefinedType type)
This method only exist to mirror
CreateTableQuery.createTableAndIndexes(io.stargate.db.schema.Table) (there is some
common code that abstracts over both). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddTableColumnQuery.mustRunBefore(MigrationQuery that) |
abstract boolean |
MigrationQuery.mustRunBefore(MigrationQuery that) |
boolean |
DropTableQuery.mustRunBefore(MigrationQuery that) |
boolean |
CreateUdtQuery.mustRunBefore(MigrationQuery that) |
boolean |
CreateTableQuery.mustRunBefore(MigrationQuery that) |
boolean |
CreateIndexQuery.mustRunBefore(MigrationQuery that) |
boolean |
DropUdtQuery.mustRunBefore(MigrationQuery that) |
boolean |
AddUdtFieldQuery.mustRunBefore(MigrationQuery that) |
Copyright © 2023. All rights reserved.