neo4j_config_set_render_quoted_strings

Enable or disable quoting of NEO4J_STRING values.

If set to true, then NEO4J_STRING values will be rendered with surrounding quotes.

@note This only applies when rendering to a table. In CSV output, strings are always quoted.

@param config The neo4j client configuration to update. @param enable true to enable rendering of NEO4J_STRING values with quotes, and false to disable this behaviour.

extern (C)
void
neo4j_config_set_render_quoted_strings

Meta