value = s == null ? null : TypeConversionHelper.stringToTimestamp(s, cal);
}
}
catch (SQLException nestedEx)
{
throw new NucleusDataStoreException(LOCALISER_RDBMS.msg("055002", "Timestamp", "" + param, column, e.getMessage()), nestedEx);
}
}
return value;
}