}
public RowId getRowId(int parameterIndex) throws SQLException {
ResultSetInternalMethods rs = getOutputParameters(parameterIndex);
RowId retValue = ((com.mysql.jdbc.JDBC4ResultSet) rs)
.getRowId(mapOutputParameterIndexToRsIndex(parameterIndex));
this.outputParamWasNull = rs.wasNull();
return retValue;