XaTransaction.unregisterConnection
void unregisterConnection(gda.connection.Connection cnc)Unregisters cnc to be used by xa_trans to create a distributed transaction. This is the opposite of [gda.xa_transaction.XaTransaction.registerConnection].
Parameters
cnc | the connection to add to xa_trans |