Roll Up Cost Elements By Level
- class Main.Accert(input_path, accert_path)
- roll_up_cost_elements_by_level(c, from_level, to_level)
Rolls up cost elements 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.