Ora8GetValue 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.
Ora8GetInt 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.
Ora8GetFloat 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.
Ora8GetString 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.