link start!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.apache.commons.dbcp;
|
||||
|
||||
import java.sql.Connection;
|
||||
import java.sql.SQLException;
|
||||
|
||||
public interface ConnectionFactory {
|
||||
Connection createConnection() throws SQLException;
|
||||
}
|
||||
Reference in New Issue
Block a user