NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

Support for CALL and named procedure/function parameters

Open cincuranet opened this issue 1 year ago • 0 comments

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).

  • https://github.com/FirebirdSQL/firebird/blob/master/doc/sql.extensions/README.call.md
  • https://github.com/FirebirdSQL/firebird/blob/master/doc/sql.extensions/README.named_arguments.md

cincuranet avatar Feb 03 '25 09:02 cincuranet