FirebirdSQL logo

SQL Security

The SQL SECURITY clause specifies the security context for executing other routines or inserting into other tables from functions or procedures defined in this package.When SQL Security is not specified, the default value of the database is applied at runtime.

The SQL SECURITY clause can only be specified for the package, not for individual procedures and functions of the package.

See also SQL Security in chapter Security.

Procedure and Function Parameters

For details on stored procedure parameters, see [fblangref50-ddl-proc-params] in [fblangref50-ddl-proc-create].

For details on function parameters, see [fblangref50-ddl-func-params] in [fblangref50-ddl-func-create].