Home
last modified time | relevance | path

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

/PHP-7.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h109 char statement_type:8; member
H A Dfirebird_statement.c112 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_execute()
125 switch (S->statement_type) { in firebird_stmt_execute()
161 S->cursor_open = S->out_sqlda.sqln && (S->statement_type != isc_info_sql_stmt_exec_procedure); in firebird_stmt_execute()
185 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.3/ext/interbase/
H A Dibase_query.c53 unsigned char has_more_rows, statement_type; member
68 char statement_type; member
361 ib_query->statement_type = result[3]; in _php_ibase_alloc_query()
882 switch (ib_query->statement_type) { in _php_ibase_exec()
957 res->statement_type = ib_query->statement_type; in _php_ibase_exec()
981 if (ib_query->statement_type == isc_info_sql_stmt_exec_procedure) { in _php_ibase_exec()
995 switch (ib_query->statement_type) { in _php_ibase_exec()
1184 if (ib_query.statement_type != isc_info_sql_stmt_exec_procedure) { in PHP_FUNCTION()
1490 if (ib_result->statement_type != isc_info_sql_stmt_exec_procedure) { in _php_ibase_fetch_hash()
1810 && ib_query->statement_type != isc_info_sql_stmt_exec_procedure) { in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/oci8/
H A Doci8_statement.c1561 ub2 statement_type; in php_oci_statement_get_type() local
1566 …atus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI… in php_oci_statement_get_type()
1574 *type = statement_type; in php_oci_statement_get_type()

Completed in 26 milliseconds