Package | Description |
---|---|
org.teiid.query.sql.lang |
Modifier and Type | Class and Description |
---|---|
class |
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM <group> [WHERE <criteria>]".
|
class |
Query
A representation of a data query.
|
class |
Update
Represents a SQL Update statement of the form:
"UPDATE <group> SET <element> = <expression>, ...
|
Copyright © 2020. All rights reserved.