Class SvnNgUpgradeSDb.UpdateChecksum

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpgradeSDb.UpdateChecksum
Enclosing class:
SvnNgUpgradeSDb

private static class SvnNgUpgradeSDb.UpdateChecksum extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private SVNSqlJetDb
     
    private java.lang.Enum<?>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    UpdateChecksum(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sDb

      private SVNSqlJetDb sDb
    • tableName

      private java.lang.Enum<?> tableName
  • Constructor Details

    • UpdateChecksum

      public UpdateChecksum(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
  • Method Details