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 |
---|
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 void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
transaction
in interface SVNSqlJetTransaction
org.tmatesoft.sqljet.core.SqlJetException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.