Esempio n. 1
0
 def updateAggTables(self):
     self.data_gogn = SQLclient.data(self.cursor)
Esempio n. 2
0
    def loadNewDataIntoTable(self):
        SQLclient.loadNewData(self.cursor)

        self.data_gogn = SQLclient.data(self.cursor)
Esempio n. 3
0
 def __init__(self):
     self.connection = SQLclient.connect_to_DB()
     self.cursor = self.connection.get_cursor()
     #self.connection.create_agg()
     #self.connection.create_agg_for_func_speed()
     self.data_gogn = SQLclient.data(self.cursor)