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