Package org.apache.derby.iapi.store.access

Examples of org.apache.derby.iapi.store.access.TransactionController.rollbackToSavePoint()


        // back to a savepoint
        endTransactionActivationHandling(true);
      }
      else { closeConglomerates = false; }

      currentSavepointLevel = tc.rollbackToSavePoint( savepointName, closeConglomerates, kindOfSavepoint );
    }

    if (tc != null && refreshStyle && allDeclaredGlobalTempTables != null)
      tempTablesAndRollback();
  }
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.