Hello Vara, Thanks for your message. Unfortunately, jOOQ cannot possibly support every vendor-specific function from every database, but you can easily add support for such functions on your own, through the plain SQL templating API. You will find more info here: https://www.jooq.org/doc/latest/manual/sql-building/plain-sql-templating/
I hope this helps, Lukas 2018-02-07 18:04 GMT+01:00 <[email protected]>: > Hi! > > I am using MariaDB Dynamic Columns. > (https://mariadb.com/resources/blog/dynamic-columns-tutorial-part-1- > introduction) > > With JOOQ, can you let us know if the operations to create/update/delete > this dynamic data is supported from Java? MariaDB seems to have these > exclusive functions like COLUMN_CREATE that JOOQ does not have option > for... Any help appreciated.... > > Thanks, > Vara > > -- > 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. > -- 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.
