Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h111 char statement_type:8; member
H A Dfirebird_statement.c115 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_execute()
128 switch (S->statement_type) { in firebird_stmt_execute()
164 S->cursor_open = S->out_sqlda.sqln && (S->statement_type != isc_info_sql_stmt_exec_procedure); in firebird_stmt_execute()
188 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_fetch()
H A Dfirebird_driver.c124 S->statement_type = result[3]; in firebird_handle_preparer()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1564 ub2 statement_type; in php_oci_statement_get_type() local
1569 …atus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI… in php_oci_statement_get_type()
1577 *type = statement_type; in php_oci_statement_get_type()

Completed in 14 milliseconds