Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Datatype Mapping and Manipulation Functions, 98 of 134
Initializes an Oracle number to zero.
void OCINumberSetZero ( OCIError *err OCINumber *num );
A valid OCI error handle. This function does not check for errors because the function will never produce an error.
Number to initialize to zero value.
None.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|