Uses of Class
org.opensync.importexport.View

Packages that use View
org.opensync.importexport   
org.opensync.tools   
 

Uses of View in org.opensync.importexport
 

Methods in org.opensync.importexport that return View
 View ViewXml.getView(java.lang.String s)
           
 

Constructors in org.opensync.importexport with parameters of type View
Update(ConnectionPool pool, View thm, java.util.Hashtable values)
           
Update(java.sql.Connection conn, java.sql.Statement stmt, boolean batchMode, View thm, java.util.Hashtable values)
           
Insert(ConnectionPool pool, View thm, java.util.Hashtable values)
           
Insert(java.sql.Connection conn, View thm, java.util.Hashtable values, boolean batchMode)
           
ImportOfView(ConnectionPool _pool, View _view)
          Constructor
ImportOfView(java.sql.Connection _conn, java.sql.Statement stmt, boolean batchMde, View _view)
           
ExportOfView(ConnectionPool pool, View _view, java.util.HashMap hmRuntimeData)
          Constructor
ExportOfView(ConnectionPool pool, View _view, java.util.HashMap hmRuntimeData, int startline, int numline)
          Constructor
 

Uses of View in org.opensync.tools
 

Methods in org.opensync.tools with parameters of type View
static java.util.HashMap MacroProcessor.buildRuntimeData(View view, java.util.HashMap hmRuntimeDataIn, java.util.ArrayList alConditionalData)
           
 



Copyright © 2004 sourceforge. All Rights Reserved.