Class SVNWCDb.CreateDbInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.CreateDbInfo
-
- Enclosing class:
- SVNWCDb
private static class SVNWCDb.CreateDbInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
reposId
SVNSqlJetDb
sDb
long
wcId
-
Constructor Summary
Constructors Modifier Constructor Description private
CreateDbInfo()
-
-
-
Field Detail
-
sDb
public SVNSqlJetDb sDb
-
reposId
public long reposId
-
wcId
public long wcId
-
-