Get Variable Value By Name

class Main.Accert(input_path, accert_path)
get_var_value_by_name(c, var_name)

Get a variable value based on a specific variable name.

Parameters

cMySQLCursor

MySQLCursor class instantiates objects that can execute MySQL statements.

var_namestr

Variable name.

Returns

var_valuestr

Variable value.