Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h103 char statement_type:8; member
H A Dfirebird_statement.c112 switch (S->statement_type) { in firebird_stmt_execute()
172 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_fetch()
H A Dfirebird_driver.c173 S->statement_type = result[3]; in firebird_handle_preparer()
/PHP-5.5/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()
879 switch (ib_query->statement_type) { in _php_ibase_exec()
952 res->statement_type = ib_query->statement_type; in _php_ibase_exec()
976 if (ib_query->statement_type == isc_info_sql_stmt_exec_procedure) { in _php_ibase_exec()
990 switch (ib_query->statement_type) { in _php_ibase_exec()
1184 if (ib_query.statement_type != isc_info_sql_stmt_exec_procedure) { in PHP_FUNCTION()
1492 if (ib_result->statement_type != isc_info_sql_stmt_exec_procedure) { in _php_ibase_fetch_hash()
1820 && ib_query->statement_type != isc_info_sql_stmt_exec_procedure) { in PHP_FUNCTION()
[all …]
/PHP-5.5/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 18 milliseconds