Em quarta-feira, 4 de julho de 2018 15:16:01 UTC-3, Junior Manzini escreveu:
>
> Hello
> I'm building a dto with mysql data but I'm having trouble getting the
> record of a LONGBLOB field, doing this:
>
> byte[] lblobObsSaude = r.get(ALUNO.PSAUDEOBS);
> if (lblobObsSaude != null) {
> alunoDto.setObservacoesSaude(lblobObsSaude.toString());
> }
>
> "observacoesSaude" : "[B@138f5967",
>
> Thanks
>
--
You received this message because you are subscribed to the Google Groups "jOOQ
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.