|
subroutine | h5tbinsert_field_f (loc_id, dset_name, field_name, field_type, position, buf, errcode) |
| Insert a new field into a table. More...
|
|
◆ h5tbinsert_field_f()
subroutine h5tbinsert_field_f |
( |
integer(hid_t), intent(in) |
loc_id, |
|
|
character(len=*), intent(in) |
dset_name, |
|
|
character(len=*), intent(in) |
field_name, |
|
|
integer(hid_t), intent(in) |
field_type, |
|
|
integer, intent(in) |
position, |
|
|
type(type), dimension(*), intent(in) |
buf, |
|
|
integer |
errcode |
|
) |
| |
Insert a new field into a table.
- Parameters
-
loc_id | Location identifier. The identifier may be that of a file or group. |
dset_name | The name of the table. |
field_name | The name of the field to insert. |
field_type | The data type of the field. |
position | The zero based index position where to insert the field. |
buf | Buffer with data. |
errcode | Returns 0 if successful and -1 if it fails. |
See C API: H5TBinsert_field()
The documentation for this interface was generated from the following file: