org.castor.jdo.util
public final class JDOUtils extends Object
Since: 0.9.9.1
Version: $Revision: 1.2 $ $Date: 2005/11/10 10:41:04 $
Method Summary | |
---|---|
static void | closeConnection(Connection conn)
Closes the Connection without throwing SQLException. |
static void | closeDatabase(Database db)
Closes the Database without throwing exceptions. |
static void | closeResultSet(ResultSet rs)
Closes the ResultSet without throwing SQLException. |
static void | closeStatement(Statement stmt)
Closes the Statement without throwing SQLException. |
Parameters: conn The Connection to close
Parameters: db The database to close.
Parameters: rs The ResultSet to close
Parameters: stmt The Statement to close