| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.processors.query.schema.operation |
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryIndexing.dynamicAddColumn(String schemaName,
String tblName,
List<QueryField> cols,
boolean ifTblExists,
boolean ifColNotExists)
Add columns to dynamic table.
|
IgniteInternalFuture<?> |
GridQueryProcessor.dynamicColumnAdd(String cacheName,
String schemaName,
String tblName,
List<QueryField> cols,
boolean ifTblExists,
boolean ifNotExists)
Entry point for add column procedure.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryField> |
SchemaAlterTableAddColumnOperation.columns() |
| Constructor and Description |
|---|
SchemaAlterTableAddColumnOperation(UUID opId,
String cacheName,
String schemaName,
String tblName,
List<QueryField> cols,
boolean ifTblExists,
boolean ifNotExists)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020