neo4j_config_get_render_quoted_strings

Check if quoting of NEO4J_STRING values is enabled.

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

@param config The neo4j client configuration. @return true if quoting of NEO4J_STRING values is enabled, and false otherwise.

extern (C)
bool
neo4j_config_get_render_quoted_strings

Meta