public abstract class AlterTableOperation extends Object implements AlterOperation
Modifier and Type | Field and Description |
---|---|
protected ObjectIdentifier |
tableIdentifier |
Constructor and Description |
---|
AlterTableOperation(ObjectIdentifier tableIdentifier) |
Modifier and Type | Method and Description |
---|---|
ObjectIdentifier |
getTableIdentifier() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSummaryString
protected final ObjectIdentifier tableIdentifier
public AlterTableOperation(ObjectIdentifier tableIdentifier)
public ObjectIdentifier getTableIdentifier()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.