コード例 #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'
コード例 #5
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'