Change UBF ubf fields
Functions |
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) |
Detailed Description
Add/Update (change) field value at given occurrence
- Parameters:
-
| bfldid | compiled field id |
| occ | field occurrence to change |
- Exceptions:
-
Function Documentation
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
byte[] |
b | |
|
) |
| | [inherited] |
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
String |
s | |
|
) |
| | [inherited] |
Change string
- Parameters:
-
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
double |
d | |
|
) |
| | [inherited] |
Change Double value
- Parameters:
-
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
float |
f | |
|
) |
| | [inherited] |
Change float value
- Parameters:
-
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
byte |
c | |
|
) |
| | [inherited] |
Change byte (ANSI Char) to UBF
- Parameters:
-
| c | ANSI char value / Java byte |
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
long |
l | |
|
) |
| | [inherited] |
Change long value
- Parameters:
-
native void org.endurox.TypedUbf.Bchg |
( |
int |
bfldid, |
|
|
int |
occ, |
|
|
short |
s | |
|
) |
| | [inherited] |
Change short value
- Parameters:
-