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

Method getBuffer

src/yvalve/utl.cpp:1217–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215 }
1216
1217 const unsigned char* getBuffer(CheckStatusWrapper* status)
1218 {
1219 try
1220 {
1221 return pb->getBuffer();
1222 }
1223 catch (const Exception& ex)
1224 {
1225 ex.stuffException(status);
1226 return NULL;
1227 }
1228 }
1229
1230private:
1231 AutoPtr<ClumpletWriter> pb;

Callers 1

getFbVersionMethod · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected