Example #1
0
 def __init__(self, conn, name=None):
     CommandCursor.__init__(self, conn, name=name)
     self.stmt = Statement('select')
Example #2
0
 def __init__(self, conn, name=None):
     CommandCursor.__init__(self, conn, name=name)
     self.stmt = Statement('select')
Example #3
0
 def __init__(self, conn, name=None):
     CommandCursor.__init__(self, conn, name=name)
Example #4
0
 def __init__(self, conn, name=None):
     CommandCursor.__init__(self, conn, name=name)