org.exolab.castor.jdo
public final class Utils extends Object
Deprecated: Use org.castor.jdo.util.JDOUtils instead.
Common static methods for Castor JDOVersion: $Revision: 1.2 $ $Date: 2005/11/10 10:02:19 $
Method Summary | |
---|---|
static void | closeConnection(Connection conn)
Closes the Connection without throwing SQLException. |
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: rs The ResultSet to close
Parameters: stmt The Statement to close