| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
SchemaChangeListener.onColumnsAdded(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo,
List<QueryField> cols)
Callback on columns added.
|
void |
AbstractSchemaChangeListener.onColumnsAdded(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo,
List<QueryField> cols)
Callback on columns added.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaManager.addColumn(String schemaName,
String tblName,
List<QueryField> cols,
boolean ifTblExists,
boolean ifColNotExists)
Add column.
|
| 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.15.0 Release Date : April 25 2023