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