Ejemplo n.º 1
0
        def do_c(self, line):
                """\c [<profile ID>] <template ID>
Change current connection to another template or profile.
"""
                return ODBCUtility.do_c(self, line)
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
         ODBCUtility.__init__(self, *args, **kwargs)
         # Add \p to the special comands
         self.special_cmds.append('p')