Method
RBExtDBKeyfield_matches
Declaration [src]
gboolean
rb_ext_db_key_field_matches (
RBExtDBKey* key,
const char* field,
const char* value
)
Description [src]
Checks whether a specified field in key
matches a value.
This can be used to match keys against other types of data.
To match keys against each other, use rb_ext_db_key_matches
.