Searched refs:statement_type (Results 1 – 4 of 4) sorted by relevance
103 char statement_type:8; member
141 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_execute()154 switch (S->statement_type) { in firebird_stmt_execute()191 S->cursor_open = S->out_sqlda.sqln && (S->statement_type != isc_info_sql_stmt_exec_procedure); in firebird_stmt_execute()215 if (S->statement_type == isc_info_sql_stmt_exec_procedure) { in firebird_stmt_fetch()
546 S->statement_type = result[3]; in firebird_handle_preparer()
1566 ub2 statement_type; in php_oci_statement_get_type() local1571 …atus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI… in php_oci_statement_get_type()1579 *type = statement_type; in php_oci_statement_get_type()
Completed in 18 milliseconds