Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
如果在外部库中实现并公开该函数,则数据库服务器将在卸载外部库的前一刻执行该函数。
只有在库特定要求在卸载库之前执行整个库范围清除的情况下才需要使用该函数。
extern "C" void ( extfn_pre_unload_library )( void );
外部术语断开器和前置过滤器库都可实现该函数。