Get field value from UBF buffer. The values are casted according function return types.
- Parameters
-
bfldid | compiled field id |
occ | field occurrence |
- Returns
- casted data type
- Exceptions
-
UbfBBADFLDException | Bad field id requested |
UbfBNOTPRESException | Field not present |
UbfBALIGNERRException | Invalid Buffer |
UbfBNOTFLDException | Invalid Buffer |
UbfBNOSPACEException | No space in buffer |
native byte org.endurox.TypedUbf.BgetByte |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
native byte [] org.endurox.TypedUbf.BgetByteArr |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
native double org.endurox.TypedUbf.BgetDouble |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
native float org.endurox.TypedUbf.BgetFloat |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
native long org.endurox.TypedUbf.BgetLong |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
native short org.endurox.TypedUbf.BgetShort |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
native String org.endurox.TypedUbf.BgetString |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |