public class SVNWCDb.CheckReplace extends java.lang.Object implements SVNSqlJetTransaction
| Modifier and Type | Field and Description |
|---|---|
boolean |
baseReplace |
java.io.File |
localRelpath |
boolean |
replace |
boolean |
replaceRoot |
long |
wcId |
| Constructor and Description |
|---|
SVNWCDb.CheckReplace(long wcId,
java.io.File localRelpath) |
| Modifier and Type | Method and Description |
|---|---|
void |
transaction(SVNSqlJetDb db) |
public long wcId
public java.io.File localRelpath
public boolean replaceRoot
public boolean baseReplace
public boolean replace
public SVNWCDb.CheckReplace(long wcId,
java.io.File localRelpath)
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
transaction in interface SVNSqlJetTransactionorg.tmatesoft.sqljet.core.SqlJetExceptionSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.