Package | Description |
---|---|
org.tmatesoft.svn.core.internal.db | |
org.tmatesoft.svn.core.internal.wc17.db |
Modifier and Type | Method and Description |
---|---|
static SVNSqlJetDb.Mode |
SVNSqlJetDb.Mode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
SVNWCDbDir |
SVNWCDb.navigateToParent(SVNWCDbDir childPdh,
SVNSqlJetDb.Mode sMode) |
SVNWCDb.DirParsedInfo |
SVNWCDb.parseDir(File localAbsPath,
SVNSqlJetDb.Mode sMode) |
SVNWCDb.DirParsedInfo |
SVNWCDb.parseDir(File localAbspath,
SVNSqlJetDb.Mode sMode,
boolean isDetectWCGeneration,
boolean isAdditionMode) |
Copyright © 2023. All rights reserved.