public final class DropIndexStatementHandler extends Object implements SQLStatementHandler
| 构造器和说明 |
|---|
DropIndexStatementHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<SimpleTableSegment> |
getSimpleTableSegment(DropIndexStatement dropIndexStatement)
Get simple table segment.
|
static boolean |
ifExists(DropIndexStatement dropIndexStatement)
Judge whether contains exist clause or not.
|
public static Optional<SimpleTableSegment> getSimpleTableSegment(DropIndexStatement dropIndexStatement)
dropIndexStatement - drop index statementpublic static boolean ifExists(DropIndexStatement dropIndexStatement)
dropIndexStatement - drop index statementCopyright © 2022 The Apache Software Foundation. All rights reserved.