Searched refs:STMT_CALL (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/pdo_oci/ |
| H A D | oci_statement.c | 36 #define STMT_CALL(name, params) \ macro 146 STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, 306 STMT_CALL(OCIBindByName, (S->stmt, 312 STMT_CALL(OCIBindByPos, (S->stmt, 319 STMT_CALL(OCIBindDynamic, (P->bind, 331 STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL)); 332 STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err)); 509 STMT_CALL(OCIParamGet, (S->stmt, OCI_HTYPE_STMT, S->err, (dvoid*)¶m, colno+1)); 555 STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL)); 589 STMT_CALL(OCIDefineByPo [all...] |
Completed in 2 milliseconds