Uses of Class
org.tmatesoft.svn.core.internal.db.SVNSqlJetDb.Mode
-
Packages that use SVNSqlJetDb.Mode Package Description org.tmatesoft.svn.core.internal.db org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of SVNSqlJetDb.Mode in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that return SVNSqlJetDb.Mode Modifier and Type Method Description static SVNSqlJetDb.Mode
SVNSqlJetDb.Mode. valueOf(java.lang.String name)
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.Mode Modifier and Type Method Description static SVNSqlJetDb
SVNSqlJetDb. open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode)
static SVNSqlJetDb
SVNSqlJetDb. open(java.io.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.Mode Modifier and Type Method Description SVNWCDbDir
SVNWCDb. navigateToParent(SVNWCDbDir childPdh, SVNSqlJetDb.Mode sMode)
SVNWCDb.DirParsedInfo
SVNWCDb. parseDir(java.io.File localAbsPath, SVNSqlJetDb.Mode sMode)
SVNWCDb.DirParsedInfo
SVNWCDb. parseDir(java.io.File localAbspath, SVNSqlJetDb.Mode sMode, boolean isDetectWCGeneration, boolean isAdditionMode)
-