[Firebird-devel] Reusing IExternalContext

2021-08-24 Thread Jiří Činčura
Hi *, Can I reuse the IExternalContext instance from Plugin::makeFunction (etc.) across multiple function executions, instead of using the instance from Function::execute? I'm trying to cache some objects. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web

Re: [Firebird-devel] Reusing IExternalContext

2021-08-24 Thread Adriano dos Santos Fernandes
On 24/08/2021 07:29, Jiří Činčura wrote: > Hi *, > > Can I reuse the IExternalContext instance from Plugin::makeFunction (etc.) > across multiple function executions, instead of using the instance from > Function::execute? I'm trying to cache some objects. > In the way Firebird manages metadat