Class SVNSqlJetDb


  • public class SVNSqlJetDb
    extends java.lang.Object
    • Field Detail

      • DEFAULT_BUSY_HANDLER

        private static final org.tmatesoft.sqljet.core.table.ISqlJetBusyHandler DEFAULT_BUSY_HANDLER
      • logTransactions

        private static boolean logTransactions
      • ourPagerJournalMode

        private static org.tmatesoft.sqljet.core.internal.SqlJetPagerJournalMode ourPagerJournalMode
      • db

        private org.tmatesoft.sqljet.core.table.SqlJetDb db
      • openCount

        private int openCount
      • temporaryDbInMemory

        private boolean temporaryDbInMemory
    • Constructor Detail

      • SVNSqlJetDb

        private SVNSqlJetDb​(org.tmatesoft.sqljet.core.table.SqlJetDb db,
                            boolean temporaryDbInMemory)