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 TypeFieldDescriptionlong
boolean
long
long
long
long
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
status
-
kind
-
reposRelpath
-
props
-
changedRev
public long changedRev -
changedDate
-
changedAuthor
-
children
-
depth
-
checksum
-
target
-
workItems
-
wcRoot
-
localRelpath
-
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
-