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 |
◆ BgetByte()
native byte org.endurox.TypedUbf.BgetByte |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
◆ BgetByteArr()
native byte [] org.endurox.TypedUbf.BgetByteArr |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
◆ BgetDouble()
native double org.endurox.TypedUbf.BgetDouble |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
◆ BgetFloat()
native float org.endurox.TypedUbf.BgetFloat |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
◆ BgetLong()
native long org.endurox.TypedUbf.BgetLong |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
◆ BgetShort()
native short org.endurox.TypedUbf.BgetShort |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |
◆ BgetString()
native String org.endurox.TypedUbf.BgetString |
( |
int |
bfldid, |
|
|
int |
occ |
|
) |
| |