| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeTableStatement
Analyze table statement.
|
class |
ExplainStatement
Explain statement.
|
class |
SetStatement
Set statement.
|
class |
UseStatement
Use database statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLAnalyzeTableStatement
MySQL analyze table statement.
|
class |
MySQLCacheIndexStatement
MySQL cache index statement.
|
class |
MySQLChecksumTableStatement
MySQL checksum table statement.
|
class |
MySQLCreateLoadableFunctionStatement
MySQL create loadable function statement.
|
class |
MySQLExplainStatement
MySQL explain statement.
|
class |
MySQLFlushStatement
MySQL flush statement.
|
class |
MySQLInstallPluginStatement
MySQL install plugin statement.
|
class |
MySQLKillStatement
MySQL kill statement.
|
class |
MySQLLoadIndexInfoStatement
MySQL load index info statement.
|
class |
MySQLOptimizeTableStatement
MySQL optimize table statement.
|
class |
MySQLRepairTableStatement
MySQL repair table statement.
|
class |
MySQLResetStatement
MySQL reset statement.
|
class |
MySQLSetStatement
MySQL set statement.
|
class |
MySQLShowBinaryLogsStatement
MySQL show binary logs statement.
|
class |
MySQLShowBinlogStatement
MySQL show binlog statement.
|
class |
MySQLShowColumnsStatement
MySQL show columns statement.
|
class |
MySQLShowCreateEventStatement
MySQL show create event statement.
|
class |
MySQLShowCreateFunctionStatement
MySQL show create function statement.
|
class |
MySQLShowCreateProcedureStatement
MySQL show create procedure statement.
|
class |
MySQLShowCreateTableStatement
MySQL show create table statement.
|
class |
MySQLShowCreateViewStatement
MySQL show create view statement.
|
class |
MySQLShowDatabasesStatement
MySQL show databases statement.
|
class |
MySQLShowErrorsStatement
MySQL show errors statement.
|
class |
MySQLShowIndexStatement
MySQL show index statement.
|
class |
MySQLShowOtherStatement
MySQL other show statement.
|
class |
MySQLShowProcessListStatement
MySQL show process list statement.
|
class |
MySQLShowStatusStatement
MySQL show status statement.
|
class |
MySQLShowTablesStatement
MySQL show tables statement.
|
class |
MySQLShowTableStatusStatement
MySQL show table status statement.
|
class |
MySQLShowWarningsStatement
MySQL show warnings statement.
|
class |
MySQLUninstallPluginStatement
MySQL uninstall plugin statement.
|
class |
MySQLUseStatement
Use database statement for MySQL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLAnalyzeTableStatement
PostgreSQL analyze table statement.
|
class |
PostgreSQLExplainStatement
PostgreSQL explain statement.
|
class |
PostgreSQLLoadStatement
PostgreSQL load statement.
|
class |
PostgreSQLResetParameterStatement
PostgreSQL reset parameter statement.
|
class |
PostgreSQLSetStatement
PostgreSQL set statement.
|
class |
PostgreSQLShowStatement
PostgreSQL show statement.
|
class |
PostgreSQLVacuumStatement
PostgreSQL vacuum statement.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.