| Modifier and Type | Class and Description |
|---|---|
class |
DALStatement
DAL statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescribeStatement
Describe statement.
|
class |
ShowColumnsStatement
Show columns statement.
|
class |
ShowCreateTableStatement
Show create table statement.
|
class |
ShowDatabasesStatement
Show databases statement.
|
class |
ShowIndexStatement
Show columns statement.
|
class |
ShowOtherStatement
Other show statement.
|
class |
ShowTablesStatement
Show tables statement.
|
class |
ShowTableStatusStatement
Show table status statement.
|
class |
UseStatement
Use statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResetParameterStatement
Reset parameter statement.
|
class |
SetStatement
Set statement.
|
class |
ShowStatement
Show statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCLStatement
DCL statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterTableStatement
Alter table statement.
|
class |
CreateIndexStatement
Create index statement.
|
class |
CreateTableStatement
Create table statement.
|
class |
DDLStatement
DDL statement.
|
class |
DropIndexStatement
Drop index statement.
|
class |
DropTableStatement
Drop table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteStatement
Delete statement.
|
class |
DMLStatement
DML statement.
|
class |
InsertStatement
Insert statement.
|
class |
SelectStatement
Select statement.
|
class |
UpdateStatement
Update statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeginTransactionStatement
Begin transaction statement.
|
class |
CommitStatement
Commit statement.
|
class |
RollbackStatement
Rollback statement.
|
class |
SavepointStatement
Savepoint statement.
|
class |
SetAutoCommitStatement
Set auto commit statement.
|
class |
SetTransactionStatement
Set transaction statement.
|
class |
TCLStatement
Transaction Control Language statement.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.