def __init__(self, Cursor): Table.__init__(self, Cursor) self.Table = 'Pcd'
def __init__(self, Cursor): Table.__init__(self, Cursor) self.Table = 'Report'
def __init__(self, Cursor): Table.__init__(self, Cursor) self.Table = 'Query'
def __init__(self, Cursor): Table.__init__(self, Cursor) self.Table = 'Function'
def __init__(self, Cursor): Table.__init__(self, Cursor) self.Table = 'Identifier'