Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h108 char statement_type:8; member
H A Dfirebird_statement.c139 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in pdo_firebird_stmt_execute()
152 switch (S->statement_type) { in pdo_firebird_stmt_execute()
188 S->cursor_open = S->out_sqlda.sqln && (S->statement_type != isc_info_sql_stmt_exec_procedure); in pdo_firebird_stmt_execute()
212 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in pdo_firebird_stmt_fetch()
H A Dfirebird_driver.c600 S->statement_type = result[3]; in firebird_handle_preparer()

Completed in 14 milliseconds