neo4j_update_counts

Return the update counts for the result stream.

@attention As the update counts are only available at the end of the result stream, invoking this function will will result in any unfetched results being pulled from the server and held in memory. It is usually better to exhaust the stream using neo4j_fetch_next() before invoking this method.

@param results The result stream. @return The update counts. If an error has occurred, all the counts will be zero.

extern (C)
neo4j_update_counts

Meta