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

Method getLength

src/remote/client/BlrFromMessage.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48unsigned BlrFromMessage::getLength()
49{
50 return getBlrData().getCount();
51}
52
53const unsigned char* BlrFromMessage::getBytes()
54{

Callers 5

createBatchMethod · 0.45
executeMethod · 0.45
openCursorMethod · 0.45
fetchMethod · 0.45
buildBlrMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected