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 functions, which can be inlined directly with the function definition.

create.createFunction("f1").returns(INTEGER).comment("my function").as(return_(1)).execute();

References to this page

Feedback

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

The jOOQ Logo