(self)
| 231 | return {} |
| 232 | |
| 233 | def search(self): |
| 234 | warnMsg = "on SAP MaxDB search option is not available" |
| 235 | logger.warning(warnMsg) |
| 236 | |
| 237 | def getHostname(self): |
| 238 | warnMsg = "on SAP MaxDB it is not possible to enumerate the hostname" |
no outgoing calls
no test coverage detected