| 236 | dsql_par* getParentDbKey() { return parentDbKey; } |
| 237 | const dsql_par* getParentDbKey() const { return parentDbKey; } |
| 238 | void setParentDbKey(dsql_par* value) { parentDbKey = value; } |
| 239 | |
| 240 | DsqlDmlRequest* getParentRequest() const { return parentRequest; } |
| 241 | void setParentRequest(DsqlDmlRequest* value) { parentRequest = value; } |
no outgoing calls
no test coverage detected