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

Method getParentDbKey

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

Source from the content-addressed store, hash-verified

234 void setParentRecVersion(dsql_par* value) { parentRecVersion = value; }
235
236 dsql_par* getParentDbKey() { return parentDbKey; }
237 const dsql_par* getParentDbKey() const { return parentDbKey; }
238 void setParentDbKey(dsql_par* value) { parentDbKey = value; }
239

Callers 1

mapInOutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected