Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getCount
Method
getCount
src/jrd/trace/TraceObjects.cpp:326–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
325
326
FB_SIZE_T TraceSQLStatementImpl::DSQLParamsImpl::getCount()
327
{
328
fillParams();
329
return m_descs.getCount();
330
}
331
332
const dsc* TraceSQLStatementImpl::DSQLParamsImpl::getParam(FB_SIZE_T idx)
333
{
Callers
15
getData
Method · 0.45
getData
Method · 0.45
getLength
Method · 0.45
getIdleCount
Method · 0.45
attach
Method · 0.45
isAvailable
Method · 0.45
open
Method · 0.45
create
Method · 0.45
attach
Method · 0.45
doPrepare
Method · 0.45
doExecute
Method · 0.45
doOpen
Method · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36