예제 #1
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Report'
예제 #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 = 'File'
예제 #4
0
파일: TableDec.py 프로젝트: MattDevo/edk2
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Dec'
예제 #5
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
예제 #6
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
예제 #7
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'
예제 #8
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'DataModel'
예제 #9
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'DataModel'
예제 #10
0
파일: TableQuery.py 프로젝트: MattDevo/edk2
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Query'
예제 #11
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Function'
예제 #12
0
 def __init__(self, Cursor):
     Table.__init__(self, Cursor)
     self.Table = 'Identifier'