Class SVNWCDb.InsertWorking
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.InsertWorking
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionjava.lang.String
long
java.util.List<java.io.File>
java.io.File
boolean
long
long
long
java.io.File
long
java.io.File
java.io.File
boolean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
status
-
kind
-
reposRelpath
public java.io.File reposRelpath -
props
-
changedRev
public long changedRev -
changedDate
-
changedAuthor
public java.lang.String changedAuthor -
children
public java.util.List<java.io.File> children -
depth
-
checksum
-
target
public java.io.File target -
workItems
-
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
-
movedHere
public boolean movedHere -
updateActualProps
public boolean updateActualProps -
newActualProps
-
-
Constructor Details
-
InsertWorking
public InsertWorking()
-
-
Method Details
-
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
-