Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
public:
Callers
2
getStatement
Method · 0.80
putStatement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected