Package com.bleujin.framework.db.xa

Examples of com.bleujin.framework.db.xa.XAUserProcedure.execUpdate()


   

    // add tx
    TxTransaction[] txs = new TxTransaction[]{tx1, tx2} ;
    XAUserProcedure upts = new XAUserProcedure(txs) ;
    upts.execUpdate() ;
   
    // clear
    mdc.destroySelf() ;
    odc.destroySelf() ;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.