pub unsafe extern "C" fn cass_statement_set_execution_profile(
    statement: *mut CassStatement,
    name: *const c_char
) -> CassError
Expand description

Sets the execution profile to execute the statement with.

Note: NULL or empty string will clear execution profile from statement

@public @memberof CassStatement

@param[in] statement @param[in] name @return CASS_OK if successful, otherwise an error occurred.

@see cass_cluster_set_execution_profile()