neo4j_send

Evaluate a statement, ignoring any results.

The neo4j_result_stream_t returned from this function will not provide any results. It can be used to check for evaluation errors using neo4j_check_failure().

@param connection The connection. @param statement The statement to be evaluated. This must be a NULL terminated string and may contain UTF-8 multi-byte characters. @param params The parameters for the statement, which must be a value of type NEO4J_MAP or #neo4j_null. @return A neo4j_result_stream_t, or NULL on error (errno will be set).

Meta