Class SVNWCDb.CheckReplace
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.CheckReplace
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
public class SVNWCDb.CheckReplace extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description boolean
baseReplace
java.io.File
localRelpath
boolean
replace
boolean
replaceRoot
long
wcId
-
Constructor Summary
Constructors Constructor Description CheckReplace(long wcId, java.io.File localRelpath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
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
-
-