public class SVNWCDb.InsertBase extends java.lang.Object implements SVNSqlJetTransaction
Modifier and Type | Field and 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 and Description |
---|
InsertBase() |
Modifier and Type | Method and Description |
---|---|
void |
transaction(SVNSqlJetDb db) |
public java.util.Map<java.lang.String,SVNProperties> iprops
public ISVNWCDb.SVNWCDbStatus status
public ISVNWCDb.SVNWCDbKind kind
public long reposId
public java.io.File reposRelpath
public long revision
public SVNURL reposRootURL
public java.lang.String reposUUID
public SVNProperties props
public long changedRev
public SVNDate changedDate
public java.lang.String changedAuthor
public SVNProperties davCache
public java.util.List<java.io.File> children
public SVNDepth depth
public SvnChecksum checksum
public java.io.File target
public boolean fileExternal
public SVNSkel conflict
public boolean updateActualProps
public SVNProperties actualProps
public boolean insertBaseDeleted
public boolean keepRecordedInfo
public boolean deleteWorking
public SVNSkel workItems
public long wcId
public java.io.File localRelpath
public SVNWCDbRoot wcRoot
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
transaction
in interface SVNSqlJetTransaction
org.tmatesoft.sqljet.core.SqlJetException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.