Client.run

Runs the given Cypher statement and discards any possible results. Return: true when the statement ran successfully, false otherwise.

struct Client
bool
run
(
const string statement
)

Meta