struct DseGraphStatement
Graph statement for executing graph queries. This represents a graph query string, graph options and graph values used to execute a graph query.
Functions
Creates a new instance of graph statement.
DseGraphStatement * dse_graph_statement_new_n
(const char * query, size_t query_length, const DseGraphOptions * options )
Same as DseGraphStatement::dse_graph_statement_new, but with lengths for string parameters.
Frees a graph statement instance.
CassError dse_graph_statement_bind_values
(DseGraphStatement * statement, const DseGraphObject * values )
Bind the values to a graph query.
CassError dse_graph_statement_set_timestamp
(DseGraphStatement * statement, cass_int64_t timestamp )
Sets the graph statement’s timestamp.