DSL.dateAdd(DATE_FIELD, DSL.val(new org.jooq.types.DayToSecond(0, 0, 5)));
dateadd(ss, 300, cast([DATE_FIELD] as datetime))
DSL.dateAdd(Field<? extends Date> date, Field<? extends Number> number, DatePart datePart);
DSL.dateAdd(DATE_FIELD, 5, DatePart.MINUTE);
Great. I hope it will translate as DATEADD(minute, 5, ?) in SQL Server dialect.
Great. I hope it will translate as DATEADD(minute, 5, ?) in SQL Server dialect.
--
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+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.