Class SvnRevertActualNodesTrigger

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SvnRevertActualNodesTrigger
All Implemented Interfaces:
ISVNSqlJetTrigger

public class SvnRevertActualNodesTrigger extends Object implements ISVNSqlJetTrigger
  • Field Details

  • Constructor Details

    • SvnRevertActualNodesTrigger

      public SvnRevertActualNodesTrigger(SVNSqlJetDb db)
  • Method Details

    • beforeDelete

      public void beforeDelete(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor) throws org.tmatesoft.sqljet.core.SqlJetException
      Specified by:
      beforeDelete in interface ISVNSqlJetTrigger
      Throws:
      org.tmatesoft.sqljet.core.SqlJetException
    • beforeUpdate

      public void beforeUpdate(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor, Map<String,Object> newValues) throws org.tmatesoft.sqljet.core.SqlJetException
      Specified by:
      beforeUpdate in interface ISVNSqlJetTrigger
      Throws:
      org.tmatesoft.sqljet.core.SqlJetException
    • beforeInsert

      public void beforeInsert(org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction, org.tmatesoft.sqljet.core.table.ISqlJetTable table, Map<String,Object> newValues) throws org.tmatesoft.sqljet.core.SqlJetException
      Specified by:
      beforeInsert in interface ISVNSqlJetTrigger
      Throws:
      org.tmatesoft.sqljet.core.SqlJetException
    • statementStarted

      public void statementStarted(org.tmatesoft.sqljet.core.table.SqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException
      Specified by:
      statementStarted in interface ISVNSqlJetTrigger
      Throws:
      org.tmatesoft.sqljet.core.SqlJetException
    • statementCompleted

      public void statementCompleted(org.tmatesoft.sqljet.core.table.SqlJetDb db, org.tmatesoft.sqljet.core.SqlJetException error) throws org.tmatesoft.sqljet.core.SqlJetException
      Specified by:
      statementCompleted in interface ISVNSqlJetTrigger
      Throws:
      org.tmatesoft.sqljet.core.SqlJetException
    • exists

      private boolean exists(org.tmatesoft.sqljet.core.table.SqlJetDb db, long wcId, String localRelPath) throws org.tmatesoft.sqljet.core.SqlJetException
      Throws:
      org.tmatesoft.sqljet.core.SqlJetException