Uses of Interface
org.teiid.query.sql.lang.TargetedCommand
-
Packages that use TargetedCommand Package Description org.teiid.query.sql.lang -
-
Uses of TargetedCommand in org.teiid.query.sql.lang
Classes in org.teiid.query.sql.lang that implement TargetedCommand Modifier and Type Class 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>, ...
-