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

Binds an “smallint” to all the values with the specified name.

@cassandra{2.2+}

@public @memberof CassStatement

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