Hi, I'm new to jooq and wondering what is the preferred way to access vendor specific functions like MySQL's locking functions:
https://dev.mysql.com/doc/refman/5.7/en/locking-functions.html
The manual did not seem to explain how to access vendor specific built in functions. For now, I am just calling get_lock and release_lock using raw SQL, which obviously is not optimal for many reasons. Thanks for any info or suggestions.