Available in versions: Dev (3.22) | Latest (3.21)

COMMENT characteristic

Supported by ❌ Open Source Edition   ✅ Express Edition   ✅ Professional Edition   ✅ Enterprise Edition

Some RDBMS support a SQL COMMENT as a characteristic on procedures, which can be inlined directly with the procedure definition.

create.createProcedure("f1").comment("my function").as(return_()).execute();

References to this page

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo