Was this page helpful?
Requires Apache Cassandra: 2.2+
Public Functions
Creates a new custom payload.
Requires Apache Cassandra: 2.2+
See also
Returns a custom payload that must be freed.
Frees a custom payload instance.
Requires Apache Cassandra: 2.2+
payload – [in]
Sets an item to the custom payload.
Requires Apache Cassandra: 2.2+
payload – [in]
name – [in]
value – [in]
value_size – [in]
Same as cass_custom_payload_set(), but with lengths for string parameters.
Requires Apache Cassandra: 2.2+
payload – [in]
name – [in]
name_length – [in]
value – [in]
value_size – [in]
Removes an item from the custom payload.
Requires Apache Cassandra: 2.2+
payload – [in]
name – [in]
Same as cass_custom_payload_set(), but with lengths for string parameters.
Requires Apache Cassandra: 2.2+
payload – [in]
name – [in]
name_length – [in]
Was this page helpful?
On this page