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

Method setCacheKey

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

Source from the content-addressed store, hash-verified

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

Callers 2

getStatementMethod · 0.80
putStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected