public static class SVNWCDb.BaseMovedTo extends java.lang.Object implements SVNSqlJetTransaction
Modifier and Type | Field and Description |
---|---|
java.io.File |
localRelPath |
java.io.File |
moveDstOpRootRelPath |
java.io.File |
moveDstRelPath |
java.io.File |
moveSrcOpRootRelPath |
java.io.File |
moveSrcRootRelPath |
long |
opDepth |
SVNWCDbRoot |
wcRoot |
Constructor and Description |
---|
BaseMovedTo() |
Modifier and Type | Method and Description |
---|---|
void |
transaction(SVNSqlJetDb db) |
public SVNWCDbRoot wcRoot
public java.io.File localRelPath
public long opDepth
public java.io.File moveDstOpRootRelPath
public java.io.File moveDstRelPath
public java.io.File moveSrcRootRelPath
public java.io.File moveSrcOpRootRelPath
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.