Uses of Enum
org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.Mode
Packages that use SVNSqlJetDb.Mode
-
Uses of SVNSqlJetDb.Mode in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that return SVNSqlJetDb.ModeModifier and TypeMethodDescriptionstatic SVNSqlJetDb.Mode
Returns the enum constant of this type with the specified name.static SVNSqlJetDb.Mode[]
SVNSqlJetDb.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.db with parameters of type SVNSqlJetDb.ModeModifier and TypeMethodDescriptionstatic SVNSqlJetDb
SVNSqlJetDb.open
(File sdbAbsPath, SVNSqlJetDb.Mode mode) static SVNSqlJetDb
SVNSqlJetDb.open
(File sdbAbsPath, SVNSqlJetDb.Mode mode, org.tmatesoft.sqljet.core.internal.SqlJetPagerJournalMode journalMode, boolean temporaryDbInMemory) -
Uses of SVNSqlJetDb.Mode in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNSqlJetDb.ModeModifier and TypeMethodDescriptionSVNWCDb.navigateToParent
(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode) private static SVNSqlJetDb
SVNWCDb.openDb
(File dirAbsPath, String sdbFileName, SVNSqlJetDb.Mode sMode, org.tmatesoft.sqljet.core.internal.SqlJetPagerJournalMode journalMode, boolean temporaryDbInMemory) SVNWCDb.parseDir
(File localAbsPath, SVNSqlJetDb.Mode sMode) SVNWCDb.parseDir
(File localAbspath, SVNSqlJetDb.Mode sMode, boolean isDetectWCGeneration, boolean isAdditionMode)