pub unsafe extern "C" fn cass_result_row_count(
result: *const CassResult,
) -> usizeExpand description
Gets the number of rows for the specified result.
@public @memberof CassResult
@param[in] result @return The number of rows in the result.
pub unsafe extern "C" fn cass_result_row_count(
result: *const CassResult,
) -> usizeGets the number of rows for the specified result.
@public @memberof CassResult
@param[in] result @return The number of rows in the result.