| java.lang.Object org.h2.util.JdbcUtils
JdbcUtils | public class JdbcUtils (Code) | | This is a utility class with JDBC helper functions.
|
getConnection | public static Connection getConnection(String driver, String url, String user, String password) throws SQLException(Code) | | Create a new database connection with the given settings.
Parameters: driver - the driver class name Parameters: url - the database URL Parameters: user - the user name Parameters: password - the password the database connection |
|
|