Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 12 of 43
This call is used to return the value that is stored in the context associated with the given key (by calling OCIContextSetValue()
).
sword OCIContextGetValue( dvoid *hndl, OCIError *err, ub1 *key, ub1 keylen, dvoid **ctx_value );
The OCI environment or user session handle.
The error handle.
Unique key value.
Length of the key. Maximum is 64 bits.
Pointer to the value stored in the context (null if no value was stored).
Forctx_value
: a pointer to a preallocated pointer for the stored context to be returned is required.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|