|
|
Set a field in an index definition.
- Parameters:
-
| idef | Index configuration. |
| nfield | Field number. |
| ifield | Index definition field. |
- Returns:
-
- DB_EINVAL Caused by: index configuration is null, index defintion is null.
- DB_ERANGE Caused by: field number < 0, field number > index defition fields.
- See also:
- get_db_error, clear_db_error, Error Handling
|