[jOOQ/jOOQ#12728] Add support for Informix stored procedures

This commit is contained in:
Lukas Eder 2021-12-10 11:29:03 +01:00
parent 41c727fa3c
commit 82e774402f

View File

@ -45,6 +45,7 @@ import static org.jooq.Clause.FIELD_FUNCTION;
// ...
import static org.jooq.SQLDialect.FIREBIRD;
// ...
// ...
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...
@ -432,6 +433,7 @@ implements
return executeSelect();
// [#773] If JDBC escape syntax is available for functions, use