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 ON PROCEDURE
Applies to ❌ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
commentOnProcedure("p").parameters(in("p1", INTEGER), in("p2", INTEGER)).is("the comment")
Translates to the following dialect specific expressions:
Aurora MySQL, MariaDB, MySQL
ALTER PROCEDURE p COMMENT 'the comment'
Aurora Postgres, Postgres, YugabyteDB
COMMENT ON PROCEDURE p IS 'the comment'
ASE, Access, BigQuery, ClickHouse, CockroachDB, DB2, Databricks, Derby, DuckDB, Exasol, Firebird, H2, HSQLDB, Hana, Informix, MemSQL, Oracle, Redshift, SQLDataWarehouse, SQLServer, SQLite, Snowflake, Sybase, Teradata, Trino, Vertica
/* UNSUPPORTED */
Generated with jOOQ 3.21. Support in older jOOQ versions may differ. Translate your own SQL on our website
Feedback
Do you have any feedback about this page? We'd love to hear it!