예제 #1
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Pcd'
예제 #2
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Report'
예제 #3
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
예제 #4
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'