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

Method setParentRecVersion

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

Source from the content-addressed store, hash-verified

232 dsql_par* getParentRecVersion() { return parentRecVersion; }
233 const dsql_par* getParentRecVersion() const { return parentRecVersion; }
234 void setParentRecVersion(dsql_par* value) { parentRecVersion = value; }
235
236 dsql_par* getParentDbKey() { return parentDbKey; }
237 const dsql_par* getParentDbKey() const { return parentDbKey; }

Callers 2

destroyMethod · 0.80
dsqlPassCursorReferenceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected