Searched refs:cursor_open (Results 1 – 2 of 2) sorted by relevance
117 unsigned cursor_open:1; member
97 …if ((*S->name || S->cursor_open) && isc_dsql_free_statement(H->isc_status, &S->stmt, DSQL_close)) { in firebird_stmt_execute()100 S->cursor_open = 0; in firebird_stmt_execute()164 S->cursor_open = S->out_sqlda.sqln && (S->statement_type != isc_info_sql_stmt_exec_procedure); in firebird_stmt_execute()838 …if ((*S->name || S->cursor_open) && isc_dsql_free_statement(S->H->isc_status, &S->stmt, DSQL_close… in firebird_stmt_cursor_closer()843 S->cursor_open = 0; in firebird_stmt_cursor_closer()
Completed in 7 milliseconds