Uses of Class
org.tmatesoft.svn.core.internal.db.SVNSqlJetDb
-
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.db
Fields in org.tmatesoft.svn.core.internal.db declared as SVNSqlJetDb Modifier and Type Field Description protected SVNSqlJetDb
SVNSqlJetStatement. sDb
private SVNSqlJetDb
SVNSqlJetDb. temporaryDb
Methods in org.tmatesoft.svn.core.internal.db that return SVNSqlJetDb Modifier and Type Method Description SVNSqlJetDb
SVNSqlJetDb. getTemporaryDb()
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)
Methods in org.tmatesoft.svn.core.internal.db with parameters of type SVNSqlJetDb Modifier and Type Method Description void
SVNSqlJetTransaction. transaction(SVNSqlJetDb db)
Constructors in org.tmatesoft.svn.core.internal.db with parameters of type SVNSqlJetDb Constructor Description SVNSqlJetDeleteStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName, org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction)
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName)
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.String fromTable)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.String fromTable)
SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.String fromTable, java.lang.String indexName)
SVNSqlJetStatement(SVNSqlJetDb sDb)
SVNSqlJetTableStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
SVNSqlJetTableStatement(SVNSqlJetDb sDb, java.lang.String tableName)
SVNSqlJetUnionStatement(SVNSqlJetDb sDb, SVNSqlJetStatement... statements)
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName)
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.io.fs.revprop
Constructors in org.tmatesoft.svn.core.internal.io.fs.revprop with parameters of type SVNSqlJetDb Constructor Description SVNFSFSRevPropCreateSchema(SVNSqlJetDb sDb)
SVNFSFSRevPropGet(SVNSqlJetDb sDb)
SVNFSFSRevPropSet(SVNSqlJetDb sDb)
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNSqlJetDb Modifier and Type Field Description private SVNSqlJetDb
SvnChangelistActualNodesTrigger. db
private SVNSqlJetDb
SvnRevertActualNodesTrigger. db
private SVNSqlJetDb
SvnRevertNodesTrigger. db
SVNSqlJetDb
SVNWCDb.CreateDbInfo. sDb
private SVNSqlJetDb
SVNWCDbRoot. sDb
The SQLite database containing the metadata for everything in this wcroot.Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNSqlJetDb Modifier and Type Method Description SVNSqlJetDb
ISVNWCDb. borrowDbTemp(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)
SVNSqlJetDb
SVNWCDb. borrowDbTemp(java.io.File localDirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)
SVNSqlJetDb
ISVNWCDb. getSDb(java.io.File dirAbsPath)
SVNSqlJetDb
SVNWCDb. getSDb(java.io.File localAbsPath)
SVNSqlJetDb
SVNWCDbRoot. getSDb()
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)
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNSqlJetDb Modifier and Type Method Description private static void
SVNWCDb. addSingleWorkItem(SVNSqlJetDb sDb, SVNSkel workItem)
static void
SVNWCDb. addWorkItems(SVNSqlJetDb sDb, SVNSkel skel)
long
SVNWCDb. createReposId(SVNSqlJetDb sDb, SVNURL reposRootUrl, java.lang.String reposUuid)
For a given REPOS_ROOT_URL/REPOS_UUID pair, return the existing REPOS_ID value.void
SVNWCDb. extendParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, SVNNodeKind kind, int opDepth)
long
SVNWCDb. fetchReposId(SVNSqlJetDb db, SVNURL reposRootUrl, java.lang.String reposUuid)
SVNWCDb.ReposInfo
SVNWCDb. fetchReposInfo(SVNSqlJetDb sDb, long repos_id)
private static void
SVNWCDb. fetchReposInfo(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNSqlJetDb sdb, long reposId)
Structure<StructureFields.RepositoryInfo>
SVNWCDb. fetchRepositoryInfo(SVNSqlJetDb sDb, long repos_id)
private long
SVNWCDb. fetchWCId(SVNSqlJetDb sDb)
private java.lang.String
SvnWcDbCopy.InsertWorkingNodeCopy. getMovedTo(SVNSqlJetDb sDb)
void
SVNWCDb. insertIncompleteChildren(SVNSqlJetDb db, long wcId, java.io.File localRelpath, long reposId, java.io.File reposPath, long revision, java.util.List<java.io.File> children, long opDepth)
private void
SVNWCDb.BaseRemove. retractParentDelete(SVNSqlJetDb db)
void
SVNWCDb. retractParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, int opDepth)
void
SVNWCDb. setActualProperties(SVNSqlJetDb db, long wcId, java.io.File localRelpath, SVNProperties props)
void
SVNWCDb.BaseMovedTo. transaction(SVNSqlJetDb db)
void
SVNWCDb.BaseRemove. transaction(SVNSqlJetDb db)
void
SVNWCDb.BreakMove. transaction(SVNSqlJetDb db)
void
SVNWCDb.BumpRevisionPostUpdate. transaction(SVNSqlJetDb db)
void
SVNWCDb.CheckReplace. transaction(SVNSqlJetDb db)
void
SVNWCDb.Commit. transaction(SVNSqlJetDb db)
void
SVNWCDb.Delete. transaction(SVNSqlJetDb db)
void
SVNWCDb.GatherChildren. transaction(SVNSqlJetDb db)
void
SVNWCDb.GetConflictMarkerFiles. transaction(SVNSqlJetDb db)
void
SVNWCDb.GetConflictMarkerFiles17. transaction(SVNSqlJetDb db)
void
SVNWCDb.HandleMoveBack. transaction(SVNSqlJetDb db)
void
SVNWCDb.InsertBase. transaction(SVNSqlJetDb db)
void
SVNWCDb.InsertLock. transaction(SVNSqlJetDb db)
void
SVNWCDb.InsertWorking. transaction(SVNSqlJetDb db)
void
SVNWCDb.IsSwitched. transaction(SVNSqlJetDb db)
void
SVNWCDb.MakeCopy. transaction(SVNSqlJetDb db)
void
SVNWCDb.RecordFileinfo. transaction(SVNSqlJetDb db)
void
SVNWCDb.RequiredLockForResolve. transaction(SVNSqlJetDb db)
void
SVNWCDb.ResolveBreakMovedAway. transaction(SVNSqlJetDb db)
void
SVNWCDb.ResolveDeleteRaiseMovedAway. transaction(SVNSqlJetDb db)
void
SVNWCDb.SetProperties. transaction(SVNSqlJetDb db)
void
SVNWCDb.SetRevRelpath. transaction(SVNSqlJetDb db)
void
SVNWCDb.SetTreeConflict. transaction(SVNSqlJetDb db)
void
SVNWCDb.StartDirectoryUpdate. transaction(SVNSqlJetDb db)
void
SVNWCDb.UpdateMovedAwayConflictVictim. transaction(SVNSqlJetDb db)
void
SVNWCDb.WCLockObtain. transaction(SVNSqlJetDb db)
void
SvnWcDbPristines.PristineTransfer. transaction(SVNSqlJetDb db)
void
SvnWcDbPristines.RemoveUnreferencedPristine. transaction(SVNSqlJetDb db)
Constructors in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNSqlJetDb Constructor Description InsertExternalStatement(SVNSqlJetDb sDb)
InsertWorkingNodeCopy(SVNSqlJetDb sDb, boolean base)
InsertWorkingNodeCopy(SVNSqlJetDb sDb, long depth)
RecursiveUpdateNodeRepo(SVNSqlJetDb sDb)
SelectNodeToCopy(SVNSqlJetDb sDb, long depth)
SelectRowWithMaxOpDepth(SVNSqlJetDb sDb, long opDepth)
SvnChangelistActualNodesTrigger(SVNSqlJetDb db)
SvnRevertActualNodesTrigger(SVNSqlJetDb db)
SvnRevertNodesTrigger(SVNSqlJetDb db)
SVNWCDbRoot(SVNWCDb db, java.io.File absPath, SVNSqlJetDb sDb, long wcId, int format, boolean autoUpgrade, boolean failOnVersionsMismatch, boolean enforceEmptyWQ)
UpdateLockReposId(SVNSqlJetDb sDb)
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc17.db.statement
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement with parameters of type SVNSqlJetDb Modifier and Type Method Description private static SVNSqlJetStatement
SVNWCDbSelectAnyPristineReference. selectActual(SVNSqlJetDb sDb)
private static SVNSqlJetStatement
SVNWCDbSelectAnyPristineReference. selectNodes(SVNSqlJetDb sDb)
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc17.db.statement17
Fields in org.tmatesoft.svn.core.internal.wc17.db.statement17 declared as SVNSqlJetDb Modifier and Type Field Description private SVNSqlJetDb
SvnRevertActualNodesTrigger17. db
Constructors in org.tmatesoft.svn.core.internal.wc17.db.statement17 with parameters of type SVNSqlJetDb Constructor Description SvnRevertActualNodesTrigger17(SVNSqlJetDb db)
SVNWCDbInsertActualConflictData17(SVNSqlJetDb sDb)
SVNWCDbInsertActualNode17(SVNSqlJetDb sDb)
SVNWCDbSelectActualChildrenConflict17(SVNSqlJetDb sDb)
SVNWCDbSelectActualChildrenInfo17(SVNSqlJetDb sDb)
SVNWCDbSelectActualConflictVictims17(SVNSqlJetDb sDb)
SVNWCDbSelectConflictVictims17(SVNSqlJetDb sDb)
SVNWCDbSelectMovedFromRelPath17(SVNSqlJetDb sDb)
SVNWCDbUpdateActualConflictData17(SVNSqlJetDb sDb)
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNSqlJetDb Modifier and Type Field Description private SVNSqlJetDb
SvnNgUpgradeSDb.UpdateChecksum. sDb
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNSqlJetDb Modifier and Type Method Description void
SvnNgUpgradeSDb.Bumpable. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo20. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo21. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo22. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo23. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo24. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo25. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo26. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo27. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo28. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo29. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo30. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo31. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
private void
SvnNgDowngrade. collectConflicts18(SVNSqlJetDb sDb, java.util.List<java.lang.Long> wcIds, java.util.List<java.io.File> paths)
private void
SvnNgDowngrade. downgradeConflict(SVNSqlJetDb sDb, long wcId, java.io.File localAbsPath, java.io.File conflictOldRelPath, java.io.File conflictNewRelPath, java.io.File conflictWorkingRelPath, java.io.File prejRelPath, byte[] treeConflictData)
private void
SvnNgAbstractUpdate. ensureNodesMovedToIndex(SVNSqlJetDb sDb)
private static void
SvnNgUpgradeSDb. migrateSingleTreeConflictData(SVNSqlJetDb sDb, java.lang.String treeConflictData, long wcId, java.io.File localRelPath)
private static void
SvnNgUpgradeSDb. migrateTreeConflictData(SVNSqlJetDb sDb)
private static void
SvnNgUpgradeSDb. runBump(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump)
static void
SvnNgUpgradeSDb. setVersion(SVNSqlJetDb sDb, int version)
static int
SvnNgUpgradeSDb. upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler)
private static void
SvnNgUpgradeSDb. upgradeExternals(SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNSqlJetDb Constructor Description DowngradeConflictStatement(SVNSqlJetDb sDb)
SelectConflictsStatement(SVNSqlJetDb sDb)
UpdateChecksum(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNSqlJetDb Modifier and Type Method Description private java.util.Set<java.io.File>
SvnOldUpgrade. getVersionedFiles(java.io.File parentRelPath, SVNSqlJetDb sDb, long wcId)
private static void
SvnOldUpgradeEntries. insertActualNode(SVNSqlJetDb sDb, ISVNWCDb db, java.io.File wriAbsPath, SvnOldUpgradeEntries.DbActualNode actualNode, int targetWorkingCopyFormat)
private static void
SvnOldUpgradeEntries. insertNode(SVNSqlJetDb sDb, SvnOldUpgradeEntries.DbNode node)
private static void
SvnOldUpgradeEntries. writeActualOnlyEntries(java.util.Map<java.lang.String,java.lang.String> treeConflicts, SVNSqlJetDb sDb, ISVNWCDb db, java.io.File wriAbsPath, long wcId, java.lang.String dirRelPath, int targetWorkingCopyFormat)
-