[svn:dbd-oracle] r15578 - dbd-oracle/trunk
[email protected] Tue, 5 Mar 2013 02:52:58 -0800 (PST)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: mjevans Date: Tue Mar 5 02:52:58 2013 New Revision: 15578 Modified: dbd-oracle/trunk/dbdimp.h Log: comment only change Modified: dbd-oracle/trunk/dbdimp.h ============================================================================== --- dbd-oracle/trunk/dbdimp.h (original) +++ dbd-oracle/trunk/dbdimp.h Tue Mar 5 02:52:58 2013 @@ -198,7 +198,7 @@ /* Oracle's description of the field */ OCIParam *parmdp; OCIDefine *defnp; - void *desc_h; /* descriptor if needed (LOBs etc) */ + void *desc_h; /* descriptor if needed (LOBs, cursors etc) */ ub4 desc_t; /* OCI type of descriptor */ ub4 define_mode; /*the normal case for a define*/ int (*fetch_func) _((SV *sth, imp_fbh_t *fbh, SV *dest_sv));