Hi everyone,
i have a question, i want to put data in db using:

*public* Table<?>  = DSL.*table*(DSL.*name*(schema, Batch.*BATCH*
.getName()));

BatchRecord br = dsl.newRecord(tablesFields.batchTable , batchPOJO);

dsl.insertInto(Batch.*BATCH*
).set(br).onDuplicateKeyUpdate().set(br).execute();  


but i have some problem  with dsl.newRecord


how i do to resolve?

thanks

Giuseppe

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/5853ba15-4919-4939-90b3-bdcb849274d9%40googlegroups.com.

Reply via email to