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

Method getCacheKey

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

Source from the content-addressed store, hash-verified

136 void setEof(dsql_par* value) { eof = value; }
137
138 Firebird::RefStrPtr getCacheKey() { return cacheKey; }
139 void setCacheKey(Firebird::RefStrPtr& value) { cacheKey = value; }
140 void resetCacheKey() { cacheKey = nullptr; }
141

Callers 1

removeStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected