Uses of Interface
com.metamatrix.query.sql.lang.CommandContainer

Packages that use CommandContainer
com.metamatrix.query.sql.lang   
 

Uses of CommandContainer in com.metamatrix.query.sql.lang
 

Classes in com.metamatrix.query.sql.lang that implement CommandContainer
 class BatchedUpdateCommand
          Represents a batch of INSERT, UPDATE, DELETE, and SELECT INTO commands
 class Delete
          This class represents a SQL Delete statement of the form: "DELETE FROM [WHERE ]".
 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 Update
          Represents a SQL Update statement of the form: "UPDATE SET = , ...
 



Copyright © 2009. All Rights Reserved.