OraSetBinary Function Assigns binary data to the program variable that is bound to the specified place holder in the SQL statement or PL/SQL block.
OraSetFloat Function Assigns a floating-point value to the program variable that is bound to the specified place holder in the SQL statement or
PL/SQL block.
OraSetInt Function Assigns a number value to the program variable that is bound to the specified place holder in the SQL statement or PL/SQL
block.
OraSetNull Function Assigns a NULL value to the program variable that is bound to the specified place holder in the SQL statement or PL/SQL block.
OraSetPieces Function Assigns any data to the program variable that is bound to the specified place holder in the SQL statement for a piecewise
INSERT or UPDATE operation.
OraSetString Function Assigns a string to the program variable that is bound to the specified place holder in the SQL statement or PL/SQL block.