Roll Up Account Table By Level

class Main.Accert(input_path, accert_path)
roll_up_account_table_by_level(c, from_level, to_level)

Rolls up the account table from an input lower level to a higher level.

Parameters

cMySQLCursor

MySQLCursor class instantiates objects that can execute MySQL statements.

from_levelint

Roll up from a given level.

to_levelint

Roll up to a given level.