Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h103 char statement_type:8; member
H A Dfirebird_statement.c136 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_execute()
149 switch (S->statement_type) { in firebird_stmt_execute()
186 S->cursor_open = S->out_sqlda.sqln && (S->statement_type != isc_info_sql_stmt_exec_procedure); in firebird_stmt_execute()
210 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_fetch()
H A Dfirebird_driver.c544 S->statement_type = result[3]; in firebird_handle_preparer()
/PHP-8.1/ext/oci8/
H A Doci8_statement.c1554 ub2 statement_type; in php_oci_statement_get_type() local
1559 …atus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI… in php_oci_statement_get_type()
1567 *type = statement_type; in php_oci_statement_get_type()

Completed in 82 milliseconds