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

Method resetCacheKey

src/dsql/DsqlStatements.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 Firebird::RefStrPtr getCacheKey() { return cacheKey; }
139 void setCacheKey(Firebird::RefStrPtr& value) { cacheKey = value; }
140 void resetCacheKey() { cacheKey = nullptr; }
141
142public:
143 virtual bool isDml() const

Callers 3

removeStatementMethod · 0.80
purgeMethod · 0.80
shrinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected