| |
|
| java.lang.Object org.mvnforum.util.DBUtils
DBUtils | public class DBUtils (Code) | | |
closeConnection | public static void closeConnection(Connection connection)(Code) | | Use this method to return the connection to the connection pool
Do not use this method to close connection that is not from
the connection pool
Parameters: connection - : the connection that needs to be returned to the pool |
closeResultSet | public static void closeResultSet(ResultSet rs)(Code) | | Use this method to close the ResultSet
Parameters: rs - : the resultset that needs to be closed |
closeStatement | public static void closeStatement(Statement statement)(Code) | | Use this method to close the Statement
Parameters: statement - : the statement that needs to be closed |
|
|
|