| 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; } |
no outgoing calls
no test coverage detected