Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Any Type and Data Functions, 26 of 26
Gets the type corresponding to an OCIAnyDataSet.
sword OCIAnyDataSetGetType ( OCISvcCtx *svchp, OCIError *errhp, OCIAnyDataSet *data_set, OCITypeCode *tc, OCIType **type );
The OCI service context.
The OCI error handle. If there is an error, it is recorded in err
and this function returns OCI_ERROR. Obtain diagnostic information by calling OCIErrorGet()
.
Initialized OCIAnyDataSet.
The typecode corresponding to the type of the OCIAnyDataSet.
The type corresponding to the OCIAnyDataSet. This will be NULL if the OCIAnyData corresponds to a built-in type.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|