Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5TB_DELETE_RECORD

Delete records

Procedure:

H5TB_DELETE_RECORD (loc_id, dset_name, start, nrecords )

Signature:

 herr_t H5TBdelete_record ( hid_t loc_id, const char *dset_name, hsize_t start, hsize_t nrecords )

Parameters:
hid_t loc_idIN: Identifier of the file or group in which the table is located
const char *dset_nameIN: The name of the dataset
hsize_t  startIN: The start record to delete from
hsize_t nrecordsIN: The number of records to delete

Description:

H5TB_DELETE_RECORD deletes nrecords number of records starting from start from the middle of the table dset_name  ("pulling up" all the records after it).

Returns:

Returns a non-negative value if successful; otherwise returns a negative value.

Example:

Include Bitbucket Server for Confluence: An error occured

Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

--- Last Modified: November 22, 2019 | 03:00 PM