Group of methods related with data erase from the UBF buffer.
◆ Bdel()
native void org.endurox.TypedUbf.Bdel |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
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. |
◆ Bdelall()
native void org.endurox.TypedUbf.Bdelall |
( |
int |
bfldid | ) |
|
Delete all occurrences from the UBF buffer. For more information see Bdelall(3) manpage.
- Parameters
-
- 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. |