[jOOQ/jOOQ#12728] Add support for Informix stored procedures
This commit is contained in:
parent
41c727fa3c
commit
82e774402f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user