API for shutting down client
(self)
| 613 | click.secho('Reconnected!\nTry the command again.', fg='green') |
| 614 | |
| 615 | def shutdown(self): |
| 616 | """ API for shutting down client """ |
| 617 | self.mssqlcliclient_main.shutdown() |
| 618 | |
| 619 | def reset(self): |
| 620 | """ |
no outgoing calls