Function cassandra_cpp_sys::cass_function_meta_argument [] [src]

pub unsafe extern "C" fn cass_function_meta_argument(
    function_meta: *const CassFunctionMeta,
    index: usize,
    name: *mut *const c_char,
    name_length: *mut usize,
    type_: *mut *const CassDataType
) -> CassError

Gets the function's argument name and type for the provided index.

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @param[in] index @param[out] name @param[out] name_length @param[out] type @return CASS_OK if successful, otherwise an error occurred