Available in versions: Dev (3.21)
This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
COMMENT characteristic
Applies to ❌ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
Some RDBMS support a SQL COMMENT
as a characteristic on functions, which can be inlined directly with the function definition.
create.createFunction("f1").returns(INTEGER).comment("my function").as(return_(1)).execute();
Feedback
Do you have any feedback about this page? We'd love to hear it!