Skip to content

Add support for CALL and named procedure/function parameters #833

Description

@mrotteveel

Firebird 6 introduces the CALL statement as an alternative to call executable stored procedures and excluding/limiting "out" parameters, and support for explicitly identifying the procedure or function parameter by name (also in EXECUTE PROCEDURE and selects). The SQL parser probably needs to be enhanced to support this (parts of this may need to be backported to Jaybird 6 and maybe 5), and additionally we need to add support for using CALL (not to be confused with the JDBC CALL-escape) and named parameters for CallableStatement.

Exact level of support needs to be evaluated and determined (e.g. should we also support the setXXX methods with a name instead of index?).

See also:

This issue may need to be split up further.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions