| Modifier and Type | Method and Description |
|---|---|
Optional<DropTableStatement> |
ValidStatementSegment.getDropTable()
Get drop table statement.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DropTableStatementHandler.containsExistClause(DropTableStatement dropTableStatement)
Judge whether contains exist clause or not.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLDropTableStatement
MySQL drop table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenGaussDropTableStatement
OpenGauss drop table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleDropTableStatement
Oracle drop table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLDropTableStatement
PostgreSQL drop table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQL92DropTableStatement
SQL92 drop table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerDropTableStatement
SQLServer drop table statement.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.