#include <mysql_stored_program_imp.h>
◆ get()
Get a float time value. 
- Parameters
 - 
  
    | [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used.  | 
    | [in] | index | Argument location  | 
    | [out] | result | Value of the argument  | 
    | [out] | is_null | Flag to indicate if value is null | 
  
   
- Returns
 - Status of operation 
 
- Return values
 - 
  
    | MYSQL_SUCCESS | Success  | 
    | MYSQL_FAILURE | Failure  | 
  
   
 
 
◆ set()
Set value of a float argument. 
- Parameters
 - 
  
    | [in] | sp_runtime_context | stored program runtime context. If null, current runtime context will be used.  | 
    | [in] | index | Argument location  | 
    | [in] | value | value to be set | 
  
   
- Returns
 - Status of operation 
 
- Return values
 - 
  
    | MYSQL_SUCCESS | Success  | 
    | MYSQL_FAILURE | Failure  | 
  
   
 
 
The documentation for this class was generated from the following files: