1 14 15 package org.quickserver.sql; 16 17 import org.quickserver.util.xmlreader.*; 18 import java.sql.Connection ; 19 import java.util.*; 20 29 public interface DBPoolUtil { 30 35 public void setDatabaseConnections(Iterator iterator) throws Exception ; 36 37 41 public boolean initPool(); 42 43 47 public boolean clean(); 48 49 55 public Connection getConnection(String id) throws Exception ; 56 } 57 | Popular Tags |