public class TestConnectionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT |
static String |
ADMIN_ACCOUNT |
static String |
HOST |
static int |
PORT |
| Constructor and Description |
|---|
TestConnectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Connection |
getConnection() |
static Connection |
getConnection(String user,
String account) |
public static final int PORT
public static final String HOST
public static final String ACCOUNT
public static final String ADMIN_ACCOUNT
public static Connection getConnection() throws SQLException
SQLExceptionpublic static Connection getConnection(String user, String account) throws SQLException
SQLExceptionCopyright © 2016. All rights reserved.