| Modifier and Type | Method and Description |
|---|---|
static boolean |
DropIndexStatementHandler.containsExistClause(DropIndexStatement dropIndexStatement)
Judge whether contains exist clause or not.
|
static Optional<SimpleTableSegment> |
DropIndexStatementHandler.getSimpleTableSegment(DropIndexStatement dropIndexStatement)
Get simple table segment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLDropIndexStatement
MySQL drop index statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenGaussDropIndexStatement
OpenGauss drop index statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleDropIndexStatement
Oracle drop index statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLDropIndexStatement
PostgreSQL drop index statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerDropIndexStatement
SQLServer drop index statement.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.