Uses of Class
nl.idgis.giserver.JDBC_ConnectionParams

Packages that use JDBC_ConnectionParams
nl.idgis.giserver Geiode server. 
 

Uses of JDBC_ConnectionParams in nl.idgis.giserver
 

Methods in nl.idgis.giserver that return JDBC_ConnectionParams
 JDBC_ConnectionParams GiServerConfiguration.getJDBC_ConnectionParams(java.lang.String name)
          Search for a registered JDBC connection under given name.
 

Methods in nl.idgis.giserver that return types with arguments of type JDBC_ConnectionParams
 java.util.Vector<JDBC_ConnectionParams> GiServerConfiguration.getJDBC_connections()
           
 

Methods in nl.idgis.giserver with parameters of type JDBC_ConnectionParams
static java.sql.Connection JDBCConnectionPool.getConnection(JDBC_ConnectionParams jdbc)
          reate a JDBC connection to a data base.