Uses of Interface
org.teiid.query.sql.lang.TargetedCommand

Packages that use TargetedCommand
org.teiid.query.sql.lang   
 

Uses of TargetedCommand in org.teiid.query.sql.lang
 

Classes in org.teiid.query.sql.lang that implement TargetedCommand
 class Create
           
 class Delete
          This class represents a SQL Delete statement of the form: "DELETE FROM [WHERE ]".
 class Drop
           
 class Insert
          Represents a SQL Insert statement of the form: "INSERT INTO () VALUES ".
 class ProcedureContainer
           
 class StoredProcedure
          Represents a StoredProcedure statement of the form:
 class TranslatableProcedureContainer
           
 class Update
          Represents a SQL Update statement of the form: "UPDATE SET = , ...
 



Copyright © 2011. All Rights Reserved.