}
}
}
FunctionBase fb = sqp.getSelectParser().getSQLFunctionParser().getFunction(columnLabel);
if (fb != null)o = fb.process(o,sqp);
checkNull(o);
return o;
}
// Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
public Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException{