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