I wanted to "cache" the stmt, then do values().execute(). No worries, I can
create a new stmt when I need it. I think a clearValues() would be nice to
have but it is not a big deal.


On Wed, Apr 2, 2014 at 12:47 AM, Lukas Eder <[email protected]> wrote:

>
>
> 2014-04-01 19:43 GMT+02:00 Mohit Jaggi <[email protected]>:
>
> Thanks Lukas. What happens if I call execute() on the insertInto stmt?
>> Does that "clear" the previous values?
>>
>
> No, that would be quite unexpected in my opinion.
>
> Could you maybe shed some light on why you would want to reset /
> re-initialise values in an INSERT statement rather than creating a new
> statement afresh? Maybe we're talking about "symptoms" rather than trying
> to solve your actual problem...
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "jOOQ User Group" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jooq-user/YIGSzwInQkE/unsubscribe.
> To unsubscribe from this group and all its topics, 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.

Reply via email to