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 SVNPropertiesactualPropsjava.lang.StringchangedAuthorSVNDatechangedDatelongchangedRevSvnChecksumchecksumjava.util.List<java.io.File>childrenSVNSkelconflictSVNPropertiesdavCachebooleandeleteWorkingSVNDepthdepthbooleanfileExternalbooleaninsertBaseDeletedjava.util.Map<java.lang.String,SVNProperties>ipropsbooleankeepRecordedInfoISVNWCDb.SVNWCDbKindkindjava.io.FilelocalRelpathSVNPropertiespropslongreposIdjava.io.FilereposRelpathSVNURLreposRootURLjava.lang.StringreposUUIDlongrevisionISVNWCDb.SVNWCDbStatusstatusjava.io.FiletargetbooleanupdateActualPropslongwcIdSVNWCDbRootwcRootSVNSkelworkItems
-
Constructor Summary
Constructors Constructor Description InsertBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransaction(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:
transactionin interfaceSVNSqlJetTransaction- Throws:
org.tmatesoft.sqljet.core.SqlJetExceptionSVNException
-
-