|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.jdo.Utils
public final class Utils
Common static methods for Castor JDO
Method Summary | |
---|---|
static void |
closeConnection(java.sql.Connection conn)
Deprecated. Closes the Connection without throwing SQLException. |
static void |
closeResultSet(java.sql.ResultSet rs)
Deprecated. Closes the ResultSet without throwing SQLException. |
static void |
closeStatement(java.sql.Statement stmt)
Deprecated. Closes the Statement without throwing SQLException. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void closeConnection(java.sql.Connection conn)
conn
- The Connection to closepublic static void closeResultSet(java.sql.ResultSet rs)
rs
- The ResultSet to closepublic static void closeStatement(java.sql.Statement stmt)
stmt
- The Statement to close
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |