Package com.bleujin.framework.db.xa

Examples of com.bleujin.framework.db.xa.XAUserProcedure


    tx2.add((Queryable)odc.createUserCommand("insert into copy_tblc values('111', 111)")) ;
   

    // 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

Related Classes of com.bleujin.framework.db.xa.XAUserProcedure

Copyright © 2018 www.massapicom. 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.