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:
UbfBALIGNERRException Invalid Buffer
UbfBNOTFLDException Invalid Buffer
UbfBNOSPACEException No space in buffer
UbfBBADFLDException No space in buffer

Function Documentation

native void org.endurox.TypedUbf.Bchg ( int  bfldid,
int  occ,
byte[]  b 
) [inherited]

Change byte

Parameters:
b byte array
native void org.endurox.TypedUbf.Bchg ( int  bfldid,
int  occ,
String  s 
) [inherited]

Change string

Parameters:
s String value
native void org.endurox.TypedUbf.Bchg ( int  bfldid,
int  occ,
double  d 
) [inherited]

Change Double value

Parameters:
d double value
native void org.endurox.TypedUbf.Bchg ( int  bfldid,
int  occ,
float  f 
) [inherited]

Change float value

Parameters:
f float value
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:
l long value
native void org.endurox.TypedUbf.Bchg ( int  bfldid,
int  occ,
short  s 
) [inherited]

Change short value

Parameters:
s short value
 All Classes Namespaces Files Functions Variables

Generated on 27 Dec 2021 for endurox-java by  doxygen 1.6.1