Esempio n. 1
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Report'
Esempio n. 2
0
 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 = 'File'
Esempio n. 4
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Dec'
Esempio n. 5
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
Esempio n. 6
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
Esempio n. 7
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'
Esempio n. 8
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'DataModel'
Esempio n. 9
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'DataModel'
Esempio n. 10
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
Esempio n. 11
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
Esempio n. 12
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'