Package | Description |
---|---|
org.teiid.query.sql.lang |
Modifier and Type | Class and Description |
---|---|
class |
Create |
class |
Delete
This class represents a SQL Delete statement of the form:
"DELETE FROM <group> [WHERE <criteria>]".
|
class |
Drop |
class |
Insert
Represents a SQL Insert statement of the form:
"INSERT INTO <group> (<variables>) VALUES <values>".
|
class |
ProcedureContainer |
class |
StoredProcedure
Represents a StoredProcedure statement of the form:
|
class |
Update
Represents a SQL Update statement of the form:
"UPDATE <group> SET <element> = <expression>, ...
|
Copyright © 2019. All rights reserved.