Home
last modified time | relevance | path

Searched refs:STMT_CALL (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/pdo_oci/
H A Doci_statement.c36 #define STMT_CALL(name, params) \ macro
157 STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, in oci_stmt_execute()
344 STMT_CALL(OCIBindByName, (S->stmt, in oci_stmt_param_hook()
350 STMT_CALL(OCIBindByPos, (S->stmt, in oci_stmt_param_hook()
357 STMT_CALL(OCIBindDynamic, (P->bind, in oci_stmt_param_hook()
369 STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_param_hook()
370 STMT_CALL(OCIAttrSet, (P->thing, OCI_DTYPE_LOB, &empty, 0, OCI_ATTR_LOBEMPTY, S->err)); in oci_stmt_param_hook()
536 STMT_CALL(OCIParamGet, (S->stmt, OCI_HTYPE_STMT, S->err, (dvoid*)&param, colno+1)); in oci_stmt_describe()
581STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL)); in oci_stmt_describe()
615 STMT_CALL(OCIDefineByPos, (S->stmt, &S->cols[colno].def, S->err, colno+1, in oci_stmt_describe()
[all …]

Completed in 6 milliseconds