ResultSetInternalMethods rs = getOutputParameters(0); // definitely
// not going to
// be
// from ?=
SQLXML retValue = ((com.mysql.jdbc.JDBC4ResultSet) rs)
.getSQLXML(fixParameterName(parameterName));
this.outputParamWasNull = rs.wasNull();
return retValue;