Gda.XaTransactionId

Fields

Name

Type

Access

Description

bqual_length

int

r/w

number between 1 and 64

data

[int]

r/w

format

int

r/w

any number

gtrid_length

int

r/w

number between 1 and 64

Methods

to_string ()

Details

class Gda.XaTransactionId
to_string()
Returns:

a new string representation of self

Return type:

str

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.