Thanks for your message. What's the NullPointerException's stack trace? On Thu, Aug 30, 2018 at 1:31 PM Junior Manzini <[email protected]> wrote:
> > Hi... In the table I'm working on there is a field type SMALLINT, where > some are null when trying to get this data (null) r.getValue (PEOPLE.TYPE) > gives exception (null pointer) which does not happen when the field is > VARCHAR or BLOB, these I can handle when they are null, Is there any way to > test the null before reading? > > 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. > -- 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.
