OraGetFloat Function Retrieves a floating-point value either from the program variable that is bound with the specified place holder in the SQL
statement or PL/SQL block, or from the output variable that is defined for the specified select-list item in the SQL query.
OraGetInt Function Retrieves a number value either from the program variable that is bound with the specified place holder in the SQL statement
or PL/SQL block, or from the output variable that is defined for the specified select-list item in the SQL query.
OraGetString Function Retrieves a string either from the program variable that is bound with the specified place holder in the SQL statement or
PL/SQL block, or from the output variable that is defined for the specified select-list item in the SQL query.
OraGetValue Function Retrieves any value either from the program variable that is bound with the specified place holder in the SQL statement or
PL/SQL block, or from the output variable that is defined for the specified select-list item in the SQL query.