See: Description
| Class | Description |
|---|---|
| AllColumnsForPlan |
This information is expensive to compute for large queries, so do so
on-demand.
|
| AlterTableSet |
This class represents the statement
ALTER TABLE SET
|
| BackupCommand |
This class represents the statement
BACKUP
|
| Call |
This class represents the statement
CALL.
|
| CommandWithValues |
Command that supports VALUES clause.
|
| Delete |
This class represents the statement
DELETE
|
| ExecuteProcedure |
This class represents the statement
EXECUTE
|
| Explain |
This class represents the statement
EXPLAIN
|
| Insert |
This class represents the statement
INSERT
|
| Merge |
This class represents the statement
MERGE
|
| MergeUsing |
This class represents the statement syntax
MERGE INTO table alias USING...
|
| MergeUsing.When |
Abstract WHEN command of the MERGE statement.
|
| MergeUsing.WhenMatched | |
| MergeUsing.WhenNotMatched | |
| NoOperation |
Represents an empty statement or a statement that has no effect.
|
| Query |
Represents a SELECT statement (simple, or union).
|
| Replace |
This class represents the MySQL-compatibility REPLACE statement
|
| RunScriptCommand |
This class represents the statement
RUNSCRIPT
|
| ScriptCommand |
This class represents the statement
SCRIPT
|
| Select |
This class represents a simple SELECT statement.
|
| SelectGroups |
Grouped data for aggregates.
|
| SelectListColumnResolver |
This class represents a column resolver for the column list of a SELECT
statement.
|
| SelectOrderBy |
Describes one element of the ORDER BY clause of a query.
|
| SelectUnion |
Represents a union SELECT statement.
|
| Set |
This class represents the statement
SET
|
| SetTypes |
The list of setting for a SET statement.
|
| TransactionCommand |
Represents a transactional statement.
|
| Update |
This class represents the statement
UPDATE
|
| Enum | Description |
|---|---|
| SelectUnion.UnionType |
Contains DML (data manipulation language) and related SQL statements.