pub unsafe extern "C" fn cass_value_get_int16(
    value: *const CassValue,
    output: *mut cass_int16_t
) -> CassError
Expand description

Gets an int16 for the specified value.

@cassandra{2.2+}

@public @memberof CassValue

@param[in] value @param[out] output @return CASS_OK if successful, otherwise error occurred