Class InternalTransactionCoordinator.AbstractTransactionCoordinator

    • Constructor Detail

    • Method Detail

      • getStatements

        protected final java.util.Collection<FBStatement> getStatements()
      • setStatements

        protected final void setStatements​(java.util.Collection<FBStatement> statements)
      • completeStatements

        protected void completeStatements​(CompletionReason reason)
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • ensureTransaction

        public void ensureTransaction()
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • commit

        public abstract void commit()
                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • rollback

        public abstract void rollback()
                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException