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