Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → ALTER EXTERNAL FUNCTION |
Available in: DSQL
Added in: 2.0
Description: Alters an external function's module name and/or entry point. Existing dependencies are preserved.
Syntax:
ALTER EXTERNAL FUNCTIONfuncname
<modification>
[<modification>
]<modification>
::= ENTRY_POINT 'new-entry-point
' | MODULE_NAME 'new-module-name
'
Example:
alter external function Phi module_name 'NewUdfLib'
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → DDL statements → ALTER EXTERNAL FUNCTION |