Class SVNWCDb.InsertBase
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.InsertBase
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
public class SVNWCDb.InsertBase extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description SVNProperties
actualProps
java.lang.String
changedAuthor
SVNDate
changedDate
long
changedRev
SvnChecksum
checksum
java.util.List<java.io.File>
children
SVNSkel
conflict
SVNProperties
davCache
boolean
deleteWorking
SVNDepth
depth
boolean
fileExternal
boolean
insertBaseDeleted
java.util.Map<java.lang.String,SVNProperties>
iprops
boolean
keepRecordedInfo
ISVNWCDb.SVNWCDbKind
kind
java.io.File
localRelpath
SVNProperties
props
long
reposId
java.io.File
reposRelpath
SVNURL
reposRootURL
java.lang.String
reposUUID
long
revision
ISVNWCDb.SVNWCDbStatus
status
java.io.File
target
boolean
updateActualProps
long
wcId
SVNWCDbRoot
wcRoot
SVNSkel
workItems
-
Constructor Summary
Constructors Constructor Description InsertBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
iprops
public java.util.Map<java.lang.String,SVNProperties> iprops
-
status
public ISVNWCDb.SVNWCDbStatus status
-
kind
public ISVNWCDb.SVNWCDbKind kind
-
reposId
public long reposId
-
reposRelpath
public java.io.File reposRelpath
-
revision
public long revision
-
reposRootURL
public SVNURL reposRootURL
-
reposUUID
public java.lang.String reposUUID
-
props
public SVNProperties props
-
changedRev
public long changedRev
-
changedDate
public SVNDate changedDate
-
changedAuthor
public java.lang.String changedAuthor
-
davCache
public SVNProperties davCache
-
children
public java.util.List<java.io.File> children
-
depth
public SVNDepth depth
-
checksum
public SvnChecksum checksum
-
target
public java.io.File target
-
fileExternal
public boolean fileExternal
-
conflict
public SVNSkel conflict
-
updateActualProps
public boolean updateActualProps
-
actualProps
public SVNProperties actualProps
-
insertBaseDeleted
public boolean insertBaseDeleted
-
keepRecordedInfo
public boolean keepRecordedInfo
-
deleteWorking
public boolean deleteWorking
-
workItems
public SVNSkel workItems
-
wcId
public long wcId
-
localRelpath
public java.io.File localRelpath
-
wcRoot
public SVNWCDbRoot wcRoot
-
-
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
-
-