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

Method getCount

src/yvalve/why.cpp:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252unsigned SQLDAMetadata::getCount(CheckStatusWrapper* status)
253{
254 if (sqlda)
255 return sqlda->sqld;
256
257 return count;
258}
259
260const char* SQLDAMetadata::getField(CheckStatusWrapper* status, unsigned index)
261{

Callers 15

setOffsetsMethod · 0.45
getTokenFunction · 0.45
PREPARSE_executeFunction · 0.45
errorFunction · 0.45
scatterDataMethod · 0.45
sqldaDescribeParametersFunction · 0.45
destroyMethod · 0.45
getTimerFunction · 0.45
timeThreadMethod · 0.45
buildPrepareInfoMethod · 0.45
prepareCommitMethod · 0.45
getInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected