HDF5 1.14.5
API Reference
|
Public Member Functions | |
subroutine | h5tbinsert_field_f (loc_id, dset_name, field_name, field_type, position, buf, errcode) |
Insert a new field into a table. | |
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.
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()