field erase methods from UBF buffer

Functions

native void org::endurox::TypedUbf.Bdel (int bfldid, int occ)
native void org::endurox::TypedUbf.Bdelall (int bfldid)

Detailed Description

Group of methods related with data erase from the UBF buffer.


Function Documentation

native void org.endurox.TypedUbf.Bdel ( int  bfldid,
int  occ 
) [inherited]

Delete field occurrence from UBF buffer. For more information see Bdel(3) manpage.

Parameters:
bfldid compiled field id
occ occurrence to erase
Exceptions:
UbfBALIGNERRException Corrupted buffer or pointing to not aligned memory area.
UbfBNOTFLDException Buffer not fielded, not correctly allocated or corrupted.
UbfBBADFLDException Invalid field id passed.
UbfBNOTPRESException Field not present.
native void org.endurox.TypedUbf.Bdelall ( int  bfldid  )  [inherited]

Delete all occurrences from the UBF buffer. For more information see Bdelall(3) manpage.

Parameters:
bfldid compiled field id
Exceptions:
UbfBALIGNERRException Corrupted buffer or pointing to not aligned memory area.
UbfBNOTFLDException Buffer not fielded, not correctly allocated or corrupted.
UbfBBADFLDException Invalid field id passed.
UbfBNOTPRESException Field not present thus not deleted.
 All Classes Namespaces Files Functions Variables

Generated on 29 Aug 2020 for endurox-java by  doxygen 1.6.1