Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
h5tbinsert_field_f Interface 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.
 

Constructor & Destructor Documentation

◆ 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_idLocation identifier. The identifier may be that of a file or group.
dset_nameThe name of the table.
field_nameThe name of the field to insert.
field_typeThe data type of the field.
positionThe zero based index position where to insert the field.
bufBuffer with data.
errcodeReturns 0 if successful and -1 if it fails.

See C API: H5TBinsert_field()


The documentation for this interface was generated from the following file: