Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Any Type and Data Functions, 5 of 26
Sets built-in type information. This call can be made only if the type has been constructed with a built-in typecode (OCI_TYPECODE_NUMBER, etc.)
sword OCITypeSetBuiltin ( OCISvcCtx *svchp, OCIError *errhp, OCIType *type, OCIParam *builtin_info );
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()
.
The type description that is being constructed.
Provides information on the built-in (precision, scale, character set, etc.) It is obtained by allocating an OCIParam parameter handle and setting type information in the OCIParam using OCIAttrSet()
calls.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|