public class SVNWCDb.InsertWorking extends java.lang.Object implements SVNSqlJetTransaction
Modifier and Type | Field and Description |
---|---|
java.lang.String |
changedAuthor |
SVNDate |
changedDate |
long |
changedRev |
SvnChecksum |
checksum |
java.util.List<java.io.File> |
children |
SVNSkel |
conflict |
SVNDepth |
depth |
ISVNWCDb.SVNWCDbKind |
kind |
java.io.File |
localRelpath |
boolean |
movedHere |
SVNProperties |
newActualProps |
long |
notPresentOpDepth |
long |
opDepth |
long |
originalReposId |
java.io.File |
originalReposRelPath |
long |
originalRevision |
SVNProperties |
props |
java.io.File |
reposRelpath |
ISVNWCDb.SVNWCDbStatus |
status |
java.io.File |
target |
boolean |
updateActualProps |
SVNWCDbRoot |
wcRoot |
SVNSkel |
workItems |
Constructor and Description |
---|
InsertWorking() |
Modifier and Type | Method and Description |
---|---|
void |
transaction(SVNSqlJetDb db) |
public ISVNWCDb.SVNWCDbStatus status
public ISVNWCDb.SVNWCDbKind kind
public java.io.File reposRelpath
public SVNProperties props
public long changedRev
public SVNDate changedDate
public java.lang.String changedAuthor
public java.util.List<java.io.File> children
public SVNDepth depth
public SvnChecksum checksum
public java.io.File target
public SVNSkel workItems
public SVNWCDbRoot wcRoot
public java.io.File localRelpath
public java.io.File originalReposRelPath
public long originalReposId
public long originalRevision
public long opDepth
public long notPresentOpDepth
public SVNSkel conflict
public boolean movedHere
public boolean updateActualProps
public SVNProperties newActualProps
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.