Provides access to OUT parameters and their values after processing SQL statement with ExecSQL or stored procedure with ExecProc.
function ParamByName(Name: string): TOraParam;
Use the ParamByName method to get access to OUT parameters and their values after processing SQL statement with ExecSQL or stored procedure with ExecProc. Name should be equal to the parameter name as it occurred in SQL statement.
Implicitely calls ParamByName function of TOraSQL.