Searched refs:cursor_open (Results 1 – 2 of 2) sorted by relevance
109 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()142 …S->cursor_open = (S->out_sqlda.sqln > 0); /* A cursor is opened, when more than zero columns retur… in firebird_stmt_execute()143 S->exhausted = !S->cursor_open; in firebird_stmt_execute()678 …if ((*S->name || S->cursor_open) && isc_dsql_free_statement(S->H->isc_status, &S->stmt, DSQL_close… in firebird_stmt_cursor_closer()683 S->cursor_open = 0; in firebird_stmt_cursor_closer()
Completed in 11 milliseconds