Skip to main content

close_query

Function close_query 

Source
pub async fn close_query(client: &Client, cursor: &ActiveCursor)
Expand description

Close an active cursor and end its transaction. Best effort — if the connection is already broken we don’t surface an error to callers, since “the result is gone” is the expected interpretation.