Пример #1
0
 def get_parameter_value(self, parameter_index):
     """
         Get the parameter value from T_PARAMETER.
         Note: A final conversion needs to be done to
         the correct type, as this returns a string!
     """
     dba = DatabaseAccess(self.config)
     result = dba.get_parameter_value(parameter_index)
     dba = None
     return result
Пример #2
0
 def get_parameter_value(self, parameter_index):
     """
         Get the parameter value from T_PARAMETER.
         Note: A final conversion needs to be done to
         the correct type, as this returns a string!
     """
     dba = DatabaseAccess(self.config)
     result = dba.get_parameter_value(parameter_index)
     dba = None
     return result