execute a select with sql parameters

5 views
Skip to first unread message

bernie....@nurego.com

unread,
Dec 31, 2017, 1:24:03 PM12/31/17
to jOOQ User Group
Hi,

I have some fairly complex analytical queries on vertica using sql bind parameters - I can't seem to find a way to do this with jooq... can someone point me in the right direction?

Cheers,

Bernie 

Lukas Eder

unread,
Jan 1, 2018, 7:29:50 AM1/1/18
to jooq...@googlegroups.com
Hi Bernie,

Thanks for your message. All values that you pass to a jOOQ query are sent to the server as bind variables behind the scenes. Some details can be found here:


If you mean to use the plain SQL API, you can pass the bind values that correspond to any plain SQL string directly to the constructing API, as documented here:


I hope this helps. Please let me know if you have any additional questions.
Cheers,
Lukas

--
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 jooq-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages