public abstract class AlterTableStatement extends AbstractSQLStatement implements DDLStatement
| Constructor and Description |
|---|
AlterTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConvertTableDefinitionSegment> |
getConvertTableDefinition()
Get convert table definition.
|
Optional<SimpleTableSegment> |
getRenameTable()
Get rename table.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterCountpublic Optional<SimpleTableSegment> getRenameTable()
public Optional<ConvertTableDefinitionSegment> getConvertTableDefinition()
Copyright © 2022 The Apache Software Foundation. All rights reserved.