open static fun closeResultSet(@Nullable rs: ResultSet): Unit
Close the given JDBC ResultSet and ignore any thrown exception. This is useful for typical finally blocks in manual JDBC code.
rs - the JDBC ResultSet to close (may be null)
rs
null