Ejemplo n.º 1
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Pcd'
Ejemplo n.º 2
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Report'
Ejemplo n.º 3
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
Ejemplo n.º 4
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
Ejemplo n.º 5
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'