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