MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / JStatement

Method JStatement

src/jrd/jrd.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350JStatement::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
356JService::JService(Jrd::Service* handle)
357 : svc(handle)

Callers

nothing calls this directly

Calls 3

parseMethod · 0.45
getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected