Gda.XaTransactionId¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
bqual_length |
r/w |
number between 1 and 64 |
|
data |
[ |
r/w |
|
format |
r/w |
any number |
|
gtrid_length |
r/w |
number between 1 and 64 |
Methods¶
|
Details¶
- class Gda.XaTransactionId¶
- to_string()¶
- Returns:
a new string representation of self
- Return type:
Creates a string representation of self, in the format <gtrid>,<bqual>,<formatID> the <gtrid> and <bqual> strings contain alphanumeric characters, and non alphanumeric characters are converted to “%ab” where ab is the hexadecimal representation of the character.