Re: [Firebird-devel] Providers and interfaces in parameters

2016-07-23 Thread Alex Peshkoff
On 07/22/2016 04:18 PM, Dimitry Sibiryakov wrote: > Hello, All. > > When a provider receive, for example, ITransaction* as a parameter for a > method, can it > be sure that this is the object it returned from startTransaction() before? > For example, can Y-valve get JTransaction from e

[Firebird-devel] Providers and interfaces in parameters

2016-07-22 Thread Dimitry Sibiryakov
Hello, All. When a provider receive, for example, ITransaction* as a parameter for a method, can it be sure that this is the object it returned from startTransaction() before? For example, can Y-valve get JTransaction from engine, but use YTransaction to call createBlob()? -- WBR