(version)
| 388 | |
| 389 | @staticmethod |
| 390 | def setVersion(version): |
| 391 | if isinstance(version, six.string_types): |
| 392 | kb.dbmsVersion = [version] |
| 393 | |
| 394 | return kb.dbmsVersion |
| 395 | |
| 396 | @staticmethod |
| 397 | def setVersionList(versionsList): |
no outgoing calls
no test coverage detected