Uses of Class
com.metamatrix.query.sql.lang.PreparedBatchUpdate

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

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

Subclasses of PreparedBatchUpdate in com.metamatrix.query.sql.lang
 class BulkInsert
          Bulk insert is variation of Insert command, where a single table is being inserted with multiple values.
 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 Update
          Represents a SQL Update statement of the form: "UPDATE SET = , ...
 



Copyright © 2009. All Rights Reserved.