Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getRecVersion
Method
getRecVersion
src/dsql/DsqlStatements.h:228–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
void setDbKey(dsql_par* value) { dbKey = value; }
227
228
dsql_par* getRecVersion() { return recVersion; }
229
const dsql_par* getRecVersion() const { return recVersion; }
230
void setRecVersion(dsql_par* value) { recVersion = value; }
231
Callers
1
mapInOut
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected