Function cassandra_cpp_sys::cass_statement_bind_string [] [src]

pub unsafe extern "C" fn cass_statement_bind_string(
    statement: *mut CassStatement,
    index: usize,
    value: *const c_char
) -> CassError

Binds an "ascii", "text" or "varchar" to a query or bound statement at the specified index.

@public @memberof CassStatement

@param[in] statement @param[in] index @param[in] value The value is copied into the statement object; the memory pointed to by this parameter can be freed after this call. @return CASS_OK if successful, otherwise an error occurred.