Beispiel #1
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Report'
Beispiel #2
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Report'
Beispiel #3
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'File'
Beispiel #4
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Dec'
Beispiel #5
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
Beispiel #6
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
Beispiel #7
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'
Beispiel #8
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'DataModel'
Beispiel #9
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'DataModel'
Beispiel #10
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
Beispiel #11
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
Beispiel #12
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'