ExtEngineManager.h (Firebird-3.0.2.32703-0.tar.bz2) | : | ExtEngineManager.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 168 | skipping to change at line 168 | |||
const char* getUserName(); | const char* getUserName(); | |||
const char* getDatabaseName(); | const char* getDatabaseName(); | |||
const char* getClientCharSet(); | const char* getClientCharSet(); | |||
int obtainInfoCode(); | int obtainInfoCode(); | |||
void* getInfo(int code); | void* getInfo(int code); | |||
void* setInfo(int code, void* value); | void* setInfo(int code, void* value); | |||
private: | private: | |||
Firebird::IExternalEngine* engine; | Firebird::IExternalEngine* engine; | |||
Attachment* internalAttachment; | Attachment* internalAttachment; | |||
jrd_tra* internalTransaction; | Firebird::ITransaction* internalTransaction; | |||
Firebird::IAttachment* externalAttachment; | Firebird::IAttachment* externalAttachment; | |||
Firebird::ITransaction* externalTransaction; | Firebird::ITransaction* externalTransaction; | |||
Firebird::GenericMap<Firebird::NonPooled<int, void*> > miscInfo; | Firebird::GenericMap<Firebird::NonPooled<int, void*> > miscInfo; | |||
Firebird::MetaName clientCharSet; | Firebird::MetaName clientCharSet; | |||
}; | }; | |||
struct EngineAttachment | struct EngineAttachment | |||
{ | { | |||
EngineAttachment(Firebird::IExternalEngine* aEngine, Jrd::Attachm ent* aAttachment) | EngineAttachment(Firebird::IExternalEngine* aEngine, Jrd::Attachm ent* aAttachment) | |||
: engine(aEngine), | : engine(aEngine), | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |