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. sDbMethods 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
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()Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNSqlJetDb Modifier and Type Method Description 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)Structure<StructureFields.RepositoryInfo>SVNWCDb. fetchRepositoryInfo(SVNSqlJetDb sDb, long repos_id)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)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.CheckReplace. transaction(SVNSqlJetDb db)voidSVNWCDb.Commit. transaction(SVNSqlJetDb db)voidSVNWCDb.InsertBase. transaction(SVNSqlJetDb db)voidSVNWCDb.InsertWorking. transaction(SVNSqlJetDb db)voidSVNWCDb.ResolveBreakMovedAway. transaction(SVNSqlJetDb db)Constructors in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNSqlJetDb Constructor Description 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) -
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc17.db.statement
-
Uses of SVNSqlJetDb in org.tmatesoft.svn.core.internal.wc17.db.statement17
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
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNSqlJetDb Modifier and Type Method Description static voidSvnNgUpgradeSDb. setVersion(SVNSqlJetDb sDb, int version)static intSvnNgUpgradeSDb. upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler)
-