public class AlterTableChangeOperation extends AlterTableOperation
ignoreIfTableNotExists, tableIdentifier
Constructor and Description |
---|
AlterTableChangeOperation(ObjectIdentifier tableIdentifier,
List<TableChange> tableChanges,
CatalogTable newTable,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
CatalogTable |
getNewTable() |
List<TableChange> |
getTableChanges() |
getTableIdentifier, ignoreIfTableNotExists
public AlterTableChangeOperation(ObjectIdentifier tableIdentifier, List<TableChange> tableChanges, CatalogTable newTable, boolean ignoreIfNotExists)
public List<TableChange> getTableChanges()
public CatalogTable getNewTable()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.