|
|
| db::RowAccessor::find_field |
( |
const NameChar * |
name |
) |
const [pure virtual] |
Find a field in the table.
- Parameters:
-
| name | The name of the field to search for. (required) |
- Returns:
-
- Note:
- The index is no longer valid if the table description is modified.
- See also:
- get_field(int, Value), set_field(int, Value)
Implemented in db::CursorRowAccessor.
|