| Class | Description |
|---|---|
| AlterSequence |
This class represents the statement
ALTER SEQUENCE
|
| AlterTableSet |
This class represents the statement
ALTER TABLE SET
|
| BackupCommand |
This class represents the statement
BACKUP
|
| Call |
This class represents the statement
CALL.
|
| 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
|
| NoOperation |
Represents an empty statement or a statement that has no effect.
|
| Query |
Represents a SELECT statement (simple, or union).
|
| RunScriptCommand |
This class represents the statement
RUNSCRIPT
|
| ScriptCommand |
This class represents the statement
SCRIPT
|
| Select |
This class represents a simple SELECT statement.
|
| 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
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.