Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h105 char statement_type:8; member
H A Dfirebird_statement.c114 switch (S->statement_type) { in firebird_stmt_execute()
174 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_fetch()
H A Dfirebird_driver.c175 S->statement_type = result[3]; in firebird_handle_preparer()
/PHP-5.3/ext/interbase/
H A Dibase_query.c55 unsigned char has_more_rows, statement_type; member
70 char statement_type; member
363 ib_query->statement_type = result[3]; in _php_ibase_alloc_query()
881 switch (ib_query->statement_type) { in _php_ibase_exec()
954 res->statement_type = ib_query->statement_type; in _php_ibase_exec()
978 if (ib_query->statement_type == isc_info_sql_stmt_exec_procedure) { in _php_ibase_exec()
992 switch (ib_query->statement_type) { in _php_ibase_exec()
1186 if (ib_query.statement_type != isc_info_sql_stmt_exec_procedure) { in PHP_FUNCTION()
1499 if (ib_result->statement_type != isc_info_sql_stmt_exec_procedure) { in _php_ibase_fetch_hash()
1827 && ib_query->statement_type != isc_info_sql_stmt_exec_procedure) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/oci8/
H A Doci8_statement.c1367 ub2 statement_type; in php_oci_statement_get_type() local
1371 …code, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI… in php_oci_statement_get_type()
1379 *type = statement_type; in php_oci_statement_get_type()

Completed in 17 milliseconds