Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Any Type and Data Functions, 4 of 26
Finishes construction of a type description. Subsequently, only access will be allowed.
sword OCITypeEndCreate ( OCISvcCtx *svchp, OCIError *errhp, 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()
.
The type description that is being constructed.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|