Class SVNWCDb.BaseRemove
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.BaseRemove
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
public class SVNWCDb.BaseRemove extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description SVNSkel
conflict
boolean
keepAsWorking
java.io.File
localRelpath
long
notPresentRevision
SVNWCDbRoot
root
long
wcId
SVNSkel
workItems
-
Constructor Summary
Constructors Constructor Description BaseRemove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
root
public SVNWCDbRoot root
-
wcId
public long wcId
-
localRelpath
public java.io.File localRelpath
-
keepAsWorking
public boolean keepAsWorking
-
conflict
public SVNSkel conflict
-
workItems
public SVNSkel workItems
-
notPresentRevision
public long notPresentRevision
-
-
Method Detail
-
transaction
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
- Specified by:
transaction
in interfaceSVNSqlJetTransaction
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
SVNException
-
-