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(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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
SVNWCDbDir |
SVNWCDb.navigateToParent(SVNWCDbDir childPdh,
SVNSqlJetDb.Mode sMode) |
private static SVNSqlJetDb |
SVNWCDb.openDb(java.io.File dirAbsPath,
java.lang.String sdbFileName,
SVNSqlJetDb.Mode sMode,
org.tmatesoft.sqljet.core.internal.SqlJetPagerJournalMode journalMode,
boolean temporaryDbInMemory) |
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) |