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 SVNSqlJetDbSVNSqlJetStatement. sDbprivate SVNSqlJetDbSVNSqlJetDb. temporaryDbMethods in org.tmatesoft.svn.core.internal.db that return SVNSqlJetDb Modifier and Type Method Description SVNSqlJetDbSVNSqlJetDb. getTemporaryDb()static SVNSqlJetDbSVNSqlJetDb. open(java.io.File sdbAbsPath, SVNSqlJetDb.Mode mode)static SVNSqlJetDbSVNSqlJetDb. 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 voidSVNSqlJetTransaction. 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 SVNSqlJetDbSvnChangelistActualNodesTrigger. dbprivate SVNSqlJetDbSvnRevertActualNodesTrigger. dbprivate SVNSqlJetDbSvnRevertNodesTrigger. dbSVNSqlJetDbSVNWCDb.CreateDbInfo. sDbprivate SVNSqlJetDbSVNWCDbRoot. sDbThe 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 SVNSqlJetDbISVNWCDb. borrowDbTemp(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)SVNSqlJetDbSVNWCDb. borrowDbTemp(java.io.File localDirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)SVNSqlJetDbISVNWCDb. getSDb(java.io.File dirAbsPath)SVNSqlJetDbSVNWCDb. getSDb(java.io.File localAbsPath)SVNSqlJetDbSVNWCDbRoot. getSDb()private static SVNSqlJetDbSVNWCDb. 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 voidSVNWCDb. addSingleWorkItem(SVNSqlJetDb sDb, SVNSkel workItem)static voidSVNWCDb. addWorkItems(SVNSqlJetDb sDb, SVNSkel skel)longSVNWCDb. createReposId(SVNSqlJetDb sDb, SVNURL reposRootUrl, java.lang.String reposUuid)For a given REPOS_ROOT_URL/REPOS_UUID pair, return the existing REPOS_ID value.voidSVNWCDb. extendParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, SVNNodeKind kind, int opDepth)longSVNWCDb. fetchReposId(SVNSqlJetDb db, SVNURL reposRootUrl, java.lang.String reposUuid)SVNWCDb.ReposInfoSVNWCDb. fetchReposInfo(SVNSqlJetDb sDb, long repos_id)private static voidSVNWCDb. fetchReposInfo(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNSqlJetDb sdb, long reposId)Structure<StructureFields.RepositoryInfo>SVNWCDb. fetchRepositoryInfo(SVNSqlJetDb sDb, long repos_id)private longSVNWCDb. fetchWCId(SVNSqlJetDb sDb)private java.lang.StringSvnWcDbCopy.InsertWorkingNodeCopy. getMovedTo(SVNSqlJetDb sDb)voidSVNWCDb. 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 voidSVNWCDb.BaseRemove. retractParentDelete(SVNSqlJetDb db)voidSVNWCDb. retractParentDelete(SVNSqlJetDb db, long wcId, java.io.File localRelPath, int opDepth)voidSVNWCDb. setActualProperties(SVNSqlJetDb db, long wcId, java.io.File localRelpath, SVNProperties props)voidSVNWCDb.BaseMovedTo. transaction(SVNSqlJetDb db)voidSVNWCDb.BaseRemove. transaction(SVNSqlJetDb db)voidSVNWCDb.BreakMove. transaction(SVNSqlJetDb db)voidSVNWCDb.BumpRevisionPostUpdate. transaction(SVNSqlJetDb db)voidSVNWCDb.CheckReplace. transaction(SVNSqlJetDb db)voidSVNWCDb.Commit. transaction(SVNSqlJetDb db)voidSVNWCDb.Delete. transaction(SVNSqlJetDb db)voidSVNWCDb.GatherChildren. transaction(SVNSqlJetDb db)voidSVNWCDb.GetConflictMarkerFiles. transaction(SVNSqlJetDb db)voidSVNWCDb.GetConflictMarkerFiles17. transaction(SVNSqlJetDb db)voidSVNWCDb.HandleMoveBack. transaction(SVNSqlJetDb db)voidSVNWCDb.InsertBase. transaction(SVNSqlJetDb db)voidSVNWCDb.InsertLock. transaction(SVNSqlJetDb db)voidSVNWCDb.InsertWorking. transaction(SVNSqlJetDb db)voidSVNWCDb.IsSwitched. transaction(SVNSqlJetDb db)voidSVNWCDb.MakeCopy. transaction(SVNSqlJetDb db)voidSVNWCDb.RecordFileinfo. transaction(SVNSqlJetDb db)voidSVNWCDb.RequiredLockForResolve. transaction(SVNSqlJetDb db)voidSVNWCDb.ResolveBreakMovedAway. transaction(SVNSqlJetDb db)voidSVNWCDb.ResolveDeleteRaiseMovedAway. transaction(SVNSqlJetDb db)voidSVNWCDb.SetProperties. transaction(SVNSqlJetDb db)voidSVNWCDb.SetRevRelpath. transaction(SVNSqlJetDb db)voidSVNWCDb.SetTreeConflict. transaction(SVNSqlJetDb db)voidSVNWCDb.StartDirectoryUpdate. transaction(SVNSqlJetDb db)voidSVNWCDb.UpdateMovedAwayConflictVictim. transaction(SVNSqlJetDb db)voidSVNWCDb.WCLockObtain. transaction(SVNSqlJetDb db)voidSvnWcDbPristines.PristineTransfer. transaction(SVNSqlJetDb db)voidSvnWcDbPristines.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 SVNSqlJetStatementSVNWCDbSelectAnyPristineReference. selectActual(SVNSqlJetDb sDb)private static SVNSqlJetStatementSVNWCDbSelectAnyPristineReference. 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 SVNSqlJetDbSvnRevertActualNodesTrigger17. dbConstructors 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 SVNSqlJetDbSvnNgUpgradeSDb.UpdateChecksum. sDbMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNSqlJetDb Modifier and Type Method Description voidSvnNgUpgradeSDb.Bumpable. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo20. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo21. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo22. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo23. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo24. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo25. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo26. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo27. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo28. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo29. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo30. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo31. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)private voidSvnNgDowngrade. collectConflicts18(SVNSqlJetDb sDb, java.util.List<java.lang.Long> wcIds, java.util.List<java.io.File> paths)private voidSvnNgDowngrade. 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 voidSvnNgAbstractUpdate. ensureNodesMovedToIndex(SVNSqlJetDb sDb)private static voidSvnNgUpgradeSDb. migrateSingleTreeConflictData(SVNSqlJetDb sDb, java.lang.String treeConflictData, long wcId, java.io.File localRelPath)private static voidSvnNgUpgradeSDb. migrateTreeConflictData(SVNSqlJetDb sDb)private static voidSvnNgUpgradeSDb. runBump(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump)static voidSvnNgUpgradeSDb. setVersion(SVNSqlJetDb sDb, int version)static intSvnNgUpgradeSDb. upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler)private static voidSvnNgUpgradeSDb. 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 voidSvnOldUpgradeEntries. insertActualNode(SVNSqlJetDb sDb, ISVNWCDb db, java.io.File wriAbsPath, SvnOldUpgradeEntries.DbActualNode actualNode, int targetWorkingCopyFormat)private static voidSvnOldUpgradeEntries. insertNode(SVNSqlJetDb sDb, SvnOldUpgradeEntries.DbNode node)private static voidSvnOldUpgradeEntries. 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)
-