| 199 | }; |
| 200 | |
| 201 | struct EngineAttachmentInfo |
| 202 | { |
| 203 | EngineAttachmentInfo() |
| 204 | : engine(NULL), |
| 205 | context(NULL), |
| 206 | adminCharSet(0) |
| 207 | { |
| 208 | } |
| 209 | |
| 210 | Firebird::IExternalEngine* engine; |
| 211 | Firebird::AutoPtr<ExternalContextImpl> context; |
| 212 | USHORT adminCharSet; |
| 213 | }; |
| 214 | |
| 215 | public: |
| 216 | class ExtRoutine |
no outgoing calls
no test coverage detected