Class SVNWCDb.InsertWorking
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.InsertWorking
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
public class SVNWCDb.InsertWorking extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description InsertWorking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
status
public ISVNWCDb.SVNWCDbStatus status
-
kind
public ISVNWCDb.SVNWCDbKind kind
-
reposRelpath
public java.io.File reposRelpath
-
props
public SVNProperties props
-
changedRev
public long changedRev
-
changedDate
public SVNDate changedDate
-
changedAuthor
public java.lang.String changedAuthor
-
children
public java.util.List<java.io.File> children
-
depth
public SVNDepth depth
-
checksum
public SvnChecksum checksum
-
target
public java.io.File target
-
workItems
public SVNSkel workItems
-
wcRoot
public SVNWCDbRoot wcRoot
-
localRelpath
public java.io.File localRelpath
-
originalReposRelPath
public java.io.File originalReposRelPath
-
originalReposId
public long originalReposId
-
originalRevision
public long originalRevision
-
opDepth
public long opDepth
-
notPresentOpDepth
public long notPresentOpDepth
-
conflict
public SVNSkel conflict
-
movedHere
public boolean movedHere
-
updateActualProps
public boolean updateActualProps
-
newActualProps
public SVNProperties newActualProps
-
-
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
-
-