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

Method getCapacity

src/dsql/DsqlBatch.cpp:1006–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004}
1005
1006ULONG DsqlBatch::DataCache::getCapacity() const
1007{
1008 if (!m_cacheCapacity)
1009 return 0;
1010
1011 return m_limit;
1012}
1013
1014void DsqlBatch::DataCache::clear()
1015{

Callers 7

getCachedSizeMethod · 0.45
setupInlineBlobMethod · 0.45
executeMethod · 0.45
dsqlPassMethod · 0.45
performMethod · 0.45
infoMethod · 0.45
stringBooleanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected