Subject | Re: [Firebird-Architect] RFC: External Engine API |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-12-11T14:36:10Z |
> I do not understand you... I'm proposing ISC API usage with differentSorry, I meant a bit more than Value class - a new C++-friendly API that
> plugin interface.
was not yet discussed. Something like Attachment with startTransaction
method and so on. All I wanted to say that Java gives more flexibility
compared to Delphi, so the TLS-es in the engine are not really required
for Java SPs. However, supporting Delphi is more complicated.
> The only thing you need to change is transform Values/Value ofSure, that's what I will actually do. I think it will be a bit different
> parameters and return into PARAMDSC or XSQLVAR (a very simple thing, I'd
> say), and use your current Jaybird code.
- all parameters will be converted into Java objects already in C++
code, but that's implementation details.
Roman