Functions | |
native void | org::endurox::TypedUbf.Bdel (int bfldid, int occ) |
native void | org::endurox::TypedUbf.Bdelall (int bfldid) |
Group of methods related with data erase from the UBF buffer.
native void org.endurox.TypedUbf.Bdel | ( | int | bfldid, | |
int | occ | |||
) | [inherited] |
Delete field occurrence from UBF buffer. For more information see Bdel(3) manpage.
bfldid | compiled field id | |
occ | occurrence to erase |
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.
bfldid | compiled field id |
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. |