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.StringchangedAuthorSVNDatechangedDatelongchangedRevSvnChecksumchecksumjava.util.List<java.io.File>childrenSVNSkelconflictSVNDepthdepthISVNWCDb.SVNWCDbKindkindjava.io.FilelocalRelpathbooleanmovedHereSVNPropertiesnewActualPropslongnotPresentOpDepthlongopDepthlongoriginalReposIdjava.io.FileoriginalReposRelPathlongoriginalRevisionSVNPropertiespropsjava.io.FilereposRelpathISVNWCDb.SVNWCDbStatusstatusjava.io.FiletargetbooleanupdateActualPropsSVNWCDbRootwcRootSVNSkelworkItems
-
Constructor Summary
Constructors Constructor Description InsertWorking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransaction(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:
transactionin interfaceSVNSqlJetTransaction- Throws:
org.tmatesoft.sqljet.core.SqlJetExceptionSVNException
-
-