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