This retains the result and all values contained within it, preventing
them from being deallocated on the next call to neo4j_fetch_next()
or when the result stream is closed via neo4j_close_results(). Once
retained, the result _must_ be explicitly released via
neo4j_release().
Retain a result.
This retains the result and all values contained within it, preventing them from being deallocated on the next call to neo4j_fetch_next() or when the result stream is closed via neo4j_close_results(). Once retained, the result _must_ be explicitly released via neo4j_release().
@param result A result. @return The result.