public interface JDBCUtil
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection() |
java.sql.Connection |
getConnection() |
java.sql.Connection |
getNewConnection() |
void |
log(java.lang.String str) |
void |
testConnection() |
static final boolean debug
java.sql.Connection getConnection()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Connection getNewConnection()
throws java.sql.SQLException
java.sql.SQLExceptionvoid closeConnection()
void testConnection()
void log(java.lang.String str)