Searched refs:cursor_open (Results 1 – 2 of 2) sorted by relevance
109 unsigned cursor_open:1; member
123 …if ((*S->name || S->cursor_open) && isc_dsql_free_statement(H->isc_status, &S->stmt, DSQL_close)) { in firebird_stmt_execute()126 S->cursor_open = 0; 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()841 …if ((*S->name || S->cursor_open) && isc_dsql_free_statement(S->H->isc_status, &S->stmt, DSQL_close… in firebird_stmt_cursor_closer()846 S->cursor_open = 0; in firebird_stmt_cursor_closer()
Completed in 10 milliseconds