Hi folks!

I'm relatively new in jOOQ and I have one question.

I'm currently working in some kind of "integration" or adding support for
custom types (concretely postgresql native types) to suricatta (clojure
library of jOOQ).

I have some ideas  of how handle the input, implementing custom
field/querypart:
http://www.jooq.org/doc/3.4/manual-single-page/#custom-queryparts. It is
pretty clear for me.

But I don't know the way for transform values that comes from the database
to specific types. One example can be json string to hash map or arrays,
convert from jdbc4Array to List.

Is jOOQ offers some way to help in this task?

Thank you very much.

Regards.
Andrey

-- 
Andrey Antukh - Андрей Антух - <[email protected]> / <[email protected]
>
http://www.niwi.be <http://www.niwi.be/page/about/>
https://github.com/niwibe

-- 
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.

Reply via email to