| 348 | } |
| 349 | |
| 350 | JStatement::JStatement(DsqlRequest* handle, StableAttachmentPart* sa, Firebird::Array<UCHAR>& meta) |
| 351 | : statement(handle), sAtt(sa), metadata(getPool(), this, sAtt) |
| 352 | { |
| 353 | metadata.parse(meta.getCount(), meta.begin()); |
| 354 | } |
| 355 | |
| 356 | JService::JService(Jrd::Service* handle) |
| 357 | : svc(handle) |