public class SVNWCDb.InsertBase extends Object implements SVNSqlJetTransaction
Modifier and Type | Field and Description |
---|---|
SVNProperties |
actualProps |
String |
changedAuthor |
SVNDate |
changedDate |
long |
changedRev |
SvnChecksum |
checksum |
List<File> |
children |
SVNSkel |
conflict |
SVNProperties |
davCache |
boolean |
deleteWorking |
SVNDepth |
depth |
boolean |
fileExternal |
boolean |
insertBaseDeleted |
Map<String,SVNProperties> |
iprops |
boolean |
keepRecordedInfo |
ISVNWCDb.SVNWCDbKind |
kind |
File |
localRelpath |
SVNProperties |
props |
long |
reposId |
File |
reposRelpath |
SVNURL |
reposRootURL |
String |
reposUUID |
long |
revision |
ISVNWCDb.SVNWCDbStatus |
status |
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 Map<String,SVNProperties> iprops
public ISVNWCDb.SVNWCDbStatus status
public ISVNWCDb.SVNWCDbKind kind
public long reposId
public File reposRelpath
public long revision
public SVNURL reposRootURL
public String reposUUID
public SVNProperties props
public long changedRev
public SVNDate changedDate
public String changedAuthor
public SVNProperties davCache
public SVNDepth depth
public SvnChecksum checksum
public 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 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 © 2022. All rights reserved.