Uses of Class
org.opensync.tools.ConnectionPool

Packages that use ConnectionPool
org.opensync.engine.server.connector   
org.opensync.importexport   
org.opensync.tools   
 

Uses of ConnectionPool in org.opensync.engine.server.connector
 

Methods in org.opensync.engine.server.connector that return ConnectionPool
 ConnectionPool BDConnector.getConnectionPool()
          Get the connection pool
 

Uses of ConnectionPool in org.opensync.importexport
 

Methods in org.opensync.importexport with parameters of type ConnectionPool
 void ExportOfView.launchQuery(ConnectionPool pool)
           
 void ExportOfView.launchQuery(ConnectionPool pool, int startline, int numline)
           
 

Constructors in org.opensync.importexport with parameters of type ConnectionPool
Update(ConnectionPool pool, View thm, java.util.Hashtable values)
           
Insert(ConnectionPool pool, View thm, java.util.Hashtable values)
           
ImportOfView(ConnectionPool _pool, View _view)
          Constructor
ExportOfView(ConnectionPool pool, View _view, java.util.HashMap hmRuntimeData)
          Constructor
ExportOfView(ConnectionPool pool, View _view, java.util.HashMap hmRuntimeData, int startline, int numline)
          Constructor
CreateXmlFiles(ConnectionPool pl, DbFile db, java.lang.String sMappingDirectory)
           
 

Uses of ConnectionPool in org.opensync.tools
 

Methods in org.opensync.tools that return ConnectionPool
 ConnectionPool PoolManager.getConnectionPool(java.lang.String name)
           
 ConnectionPool PoolManager.createPool(java.lang.String poolName, java.lang.String driver, java.lang.String url, java.lang.String user, java.lang.String password, int max, int init, int timeOut, java.lang.String logfile, java.lang.String operator_concat, java.lang.String conversion_function)
           
 

Methods in org.opensync.tools with parameters of type ConnectionPool
 void QuerySelectIndex.init(ConnectionPool connectionPool)
           
 

Constructors in org.opensync.tools with parameters of type ConnectionPool
QuerySelectIndex(ConnectionPool pool, java.util.Vector v0, java.lang.String s2, java.lang.String s3, java.lang.String s4, java.util.Vector r)
           
QuerySelectBean(ConnectionPool pool, java.util.Hashtable qS, java.util.Hashtable kS, java.lang.String s2, java.lang.String s3, java.lang.String s4, java.lang.String[][] res, java.util.Vector v1, java.util.Vector v2)
           
 



Copyright © 2004 sourceforge. All Rights Reserved.