public final class DropIndexStatementHandler extends Object implements SQLStatementHandler
| Constructor and Description |
|---|
DropIndexStatementHandler() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsExistClause(DropIndexStatement dropIndexStatement)
Judge whether contains exist clause or not.
|
static Optional<SimpleTableSegment> |
getSimpleTableSegment(DropIndexStatement dropIndexStatement)
Get simple table segment.
|
public static Optional<SimpleTableSegment> getSimpleTableSegment(DropIndexStatement dropIndexStatement)
dropIndexStatement - drop index statementpublic static boolean containsExistClause(DropIndexStatement dropIndexStatement)
dropIndexStatement - drop index statementCopyright © 2021 The Apache Software Foundation. All rights reserved.