neo4j_config_set_render_wrapped_values

Enable or disable wrapping of values in result tables.

If set to true, then values will be wrapped when rendering tables. Otherwise, they will be truncated.

@note This only applies when rendering results to a table.

@param config The neo4j client configuration to update. @param enable true to enable value wrapping, and false to disable this behaviour.

extern (C)
void
neo4j_config_set_render_wrapped_values

Meta