try:
            self.tuple_cursor.execute(self.__SQL_TABLE_EXISTS, (table_name,))
            exists = self.tuple_cursor.fetchone()[0]
        except psycopg2.Error as e:
            print(e)