org.opensync.importexport
Class Insert

java.lang.Object
  extended byorg.opensync.importexport.Insert

public class Insert
extends java.lang.Object


Constructor Summary
Insert(ConnectionPool pool, View thm, java.util.Hashtable values)
           
Insert(java.sql.Connection conn, View thm, java.util.Hashtable values, boolean batchMode)
           
 
Method Summary
(package private)  java.util.Vector buildFieldsInsert()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Insert

public Insert(ConnectionPool pool,
              View thm,
              java.util.Hashtable values)
       throws java.sql.SQLException,
              java.sql.SQLWarning

Insert

public Insert(java.sql.Connection conn,
              View thm,
              java.util.Hashtable values,
              boolean batchMode)
       throws java.sql.SQLException,
              java.sql.SQLWarning
Method Detail

buildFieldsInsert

java.util.Vector buildFieldsInsert()


Copyright © 2004 sourceforge. All Rights Reserved.