Uses of Class
org.tmatesoft.svn.core.internal.db.SVNSqlJetDb
Packages that use SVNSqlJetDb
Package
Description
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.db
Fields in org.tmatesoft.svn.core.internal.db declared as SVNSqlJetDbModifier and TypeFieldDescriptionprotected SVNSqlJetDb
SVNSqlJetStatement.sDb
private SVNSqlJetDb
SVNSqlJetDb.temporaryDb
Methods in org.tmatesoft.svn.core.internal.db that return SVNSqlJetDbModifier and TypeMethodDescriptionSVNSqlJetDb.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 SVNSqlJetDbConstructors in org.tmatesoft.svn.core.internal.db with parameters of type SVNSqlJetDbModifierConstructorDescriptionSVNSqlJetDeleteStatement
(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) 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 SVNSqlJetDbModifierConstructorDescription -
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNSqlJetDbModifier and TypeFieldDescriptionprivate SVNSqlJetDb
SvnChangelistActualNodesTrigger.db
private SVNSqlJetDb
SvnRevertActualNodesTrigger.db
private SVNSqlJetDb
SvnRevertNodesTrigger.db
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 SVNSqlJetDbModifier and TypeMethodDescriptionISVNWCDb.borrowDbTemp
(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode) SVNWCDb.borrowDbTemp
(java.io.File localDirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode) ISVNWCDb.getSDb
(java.io.File dirAbsPath) SVNWCDb.getSDb
(java.io.File localAbsPath) 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 SVNSqlJetDbModifier and TypeMethodDescriptionprivate 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.fetchReposInfo
(SVNSqlJetDb sDb, long repos_id) private static void
SVNWCDb.fetchReposInfo
(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNSqlJetDb sdb, long reposId) 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 SVNSqlJetDbModifierConstructorDescriptionInsertWorkingNodeCopy
(SVNSqlJetDb sDb, boolean base) InsertWorkingNodeCopy
(SVNSqlJetDb sDb, long depth) SelectNodeToCopy
(SVNSqlJetDb sDb, long depth) SelectRowWithMaxOpDepth
(SVNSqlJetDb sDb, long opDepth) SVNWCDbRoot
(SVNWCDb db, java.io.File absPath, SVNSqlJetDb sDb, long wcId, int format, boolean autoUpgrade, boolean failOnVersionsMismatch, boolean enforceEmptyWQ) -
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 SVNSqlJetDbModifier and TypeMethodDescriptionprivate static SVNSqlJetStatement
SVNWCDbSelectAnyPristineReference.selectActual
(SVNSqlJetDb sDb) private static SVNSqlJetStatement
SVNWCDbSelectAnyPristineReference.selectNodes
(SVNSqlJetDb sDb) Constructors in org.tmatesoft.svn.core.internal.wc17.db.statement with parameters of type SVNSqlJetDbModifierConstructorDescriptionLockStatement
(SVNSqlJetDb sDb) LockStatement
(SVNSqlJetDb sDb) LockStatement
(SVNSqlJetDb sDb) SelectFromNodesForPresence
(SVNSqlJetDb sDb, long minOpDepth, java.util.EnumSet<ISVNWCDb.SVNWCDbStatus> presence) SVNWCDbCollectTargets
(SVNSqlJetDb sDb, long wcId, java.io.File target, SVNDepth depth, java.util.Collection<java.lang.String> changelists) SVNWCDbCreateSchema
(SVNSqlJetDb sDb, SVNWCDbCreateSchema.Statement[] statements, int userVersion, boolean isUpgrade) SVNWCDbInsertTarget
(SVNSqlJetDb sDb, SVNSqlJetSelectStatement select) SVNWCDbNodesMaxOpDepth
(SVNSqlJetDb sDb, long minDepth) SVNWCDbNodesMinOpDepth
(SVNSqlJetDb sDb, long minDepth) SVNWCDbNodesStrictOpDepth
(SVNSqlJetDb sDb, long depth) SVNWCDbSelectHasNonFileChildren
(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) -
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc17.db.statement17
Fields in org.tmatesoft.svn.core.internal.wc17.db.statement17 declared as SVNSqlJetDbConstructors in org.tmatesoft.svn.core.internal.wc17.db.statement17 with parameters of type SVNSqlJetDbModifierConstructorDescription -
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNSqlJetDbMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNSqlJetDbModifier and TypeMethodDescriptionvoid
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 -
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNSqlJetDbModifier and TypeMethodDescriptionprivate 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)