|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.jdbc.JdbcUtils
public final class JdbcUtils
Utility class JDBC related operations.
| Method Summary | |
|---|---|
static void |
closeSilent(java.sql.Connection con)
Silently closes a connection. |
static void |
closeSilent(java.sql.ResultSet rs)
Silently closes a result set. |
static void |
closeSilent(java.sql.Statement s)
Silently closes a statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void closeSilent(java.sql.Connection con)
con - connection to close. Nulls allowed.public static void closeSilent(java.sql.Statement s)
s - statement to close. Nulls allowed.public static void closeSilent(java.sql.ResultSet rs)
rs - result set to close. Nulls allowed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||