neo4j_render_ccsv

Render a result stream as comma separated value.

@attention The output will be written to the stream using UTF-8 encoding.

@param config A neo4j client configuration. @param stream The stream to render to. @param results The results stream to render. @return 0 on success, or -1 on error (errno will be set).

extern (C)
int
neo4j_render_ccsv

Meta