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

Method getSize

src/dsql/DsqlBatch.cpp:997–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997ULONG DsqlBatch::DataCache::getSize() const
998{
999 if (!m_cacheCapacity)
1000 return 0;
1001
1002 fb_assert((MAX_ULONG - 1) - m_used > m_cache.getCount());
1003 return m_used + m_cache.getCount();
1004}
1005
1006ULONG DsqlBatch::DataCache::getCapacity() const
1007{

Callers 11

batch_execMethod · 0.45
blobSetSizeMethod · 0.45
setDefaultBpbMethod · 0.45
addBlobMethod · 0.45
addBlobStreamMethod · 0.45
executeMethod · 0.45
infoMethod · 0.45
putStatementMethod · 0.45
print_csFunction · 0.45
print_csFunction · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected