class commit_method
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
online_xact |
private org.apache.derby.iapi.store.access.AccessFactory |
store |
Constructor and Description |
---|
commit_method(org.apache.derby.iapi.store.access.AccessFactory store,
boolean online_xact) |
Modifier and Type | Method and Description |
---|---|
void |
commit(boolean one_phase,
int format_id,
byte[] global_id,
byte[] branch_id,
org.apache.derby.iapi.store.access.XATransactionController xa_tc) |
void |
rollback(int format_id,
byte[] global_id,
byte[] branch_id,
org.apache.derby.iapi.store.access.XATransactionController xa_tc) |
private boolean online_xact
private org.apache.derby.iapi.store.access.AccessFactory store
public commit_method(org.apache.derby.iapi.store.access.AccessFactory store, boolean online_xact)
public void commit(boolean one_phase, int format_id, byte[] global_id, byte[] branch_id, org.apache.derby.iapi.store.access.XATransactionController xa_tc) throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardException
public void rollback(int format_id, byte[] global_id, byte[] branch_id, org.apache.derby.iapi.store.access.XATransactionController xa_tc) throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.