|
native void | org.endurox.TypedUbf.Bchg (int bfldid, int occ, short s) |
|
native void | org.endurox.TypedUbf.Bchg (int bfldid, int occ, long l) |
|
native void | org.endurox.TypedUbf.Bchg (int bfldid, int occ, byte c) |
|
native void | org.endurox.TypedUbf.Bchg (int bfldid, int occ, float f) |
|
native void | org.endurox.TypedUbf.Bchg (int bfldid, int occ, double d) |
|
native void | org.endurox.TypedUbf.Bchg (int bfldid, int occ, String s) |
|
native void | org.endurox.TypedUbf.Bchg (int bfldid, int occ, byte []b) |
|
Add/Update (change) field value at given occurrence
- Parameters
-
bfldid | compiled field id |
occ | field occurrence to change |
- Exceptions
-
UbfBALIGNERRException | Invalid Buffer |
UbfBNOTFLDException | Invalid Buffer |
UbfBNOSPACEException | No space in buffer |
UbfBBADFLDException | No space in buffer |
◆ Bchg() [1/7]
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
short |
s |
|
) |
| |
Change short value
- Parameters
-
◆ Bchg() [2/7]
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
long |
l |
|
) |
| |
Change long value
- Parameters
-
◆ Bchg() [3/7]
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
byte |
c |
|
) |
| |
Change byte (ANSI Char) to UBF
- Parameters
-
c | ANSI char value / Java byte |
◆ Bchg() [4/7]
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
float |
f |
|
) |
| |
Change float value
- Parameters
-
◆ Bchg() [5/7]
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
double |
d |
|
) |
| |
Change Double value
- Parameters
-
◆ Bchg() [6/7]
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
String |
s |
|
) |
| |
◆ Bchg() [7/7]
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
byte [] |
b |
|
) |
| |