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

Method clear

src/dsql/DsqlBatch.cpp:1014–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012}
1013
1014void DsqlBatch::DataCache::clear()
1015{
1016 m_cache.clear();
1017 if (m_space && m_used)
1018 m_space->releaseSpace(0, m_used);
1019 m_used = m_got = m_shift = 0;
1020}
1021
1022void DsqlBatch::info(thread_db* tdbb, unsigned int itemsLength, const unsigned char* items,
1023 unsigned int bufferLength, unsigned char* buffer)

Callers 15

parseMetadataMethod · 0.45
mapInOutMethod · 0.45
DsqlCompilerScratchMethod · 0.45
resetContextStackMethod · 0.45
clearCTEsMethod · 0.45
makeMethod · 0.45
CastNodeMethod · 0.45
setParameterTypeMethod · 0.45
internalDsqlPassMethod · 0.45
getDescMethod · 0.45
LiteralNodeMethod · 0.45

Calls 1

releaseSpaceMethod · 0.80

Tested by

no test coverage detected