On 09/13/11 17:23, Jiri Cincura wrote:
> Hi *,
>
> is there some high level description of how the %subj% works and is
> defined [1]? I'd like to think about it from .NET/CLR POV.
>

Looks like not. Not sure about other languages interface specifics, but
general plugin certainly has [1] interface.

> [1] Something like "this is called when the plugin is loading" (hence
> some initialization can be done here)

There is FB_PLUGIN_ENTRY_POINT() function, which is called when plugin
module is loaded. It's primary usage is to registerPluginFactory() in
PluginManager, but certainly it can be used to initialize what you need.
I suggest to take a look at src/auth/AuthDbg.cpp, which is trivial and
therefore clearly explains plugins.

> ; "this is how the data are
> pumped into the method (so it can be further pumped by plugin into
> method)"; "this is how you can return value/resultset"; etc.
>
Here I do not understand your questions :(
Looks like they are really language-plugin specific.


------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to