Class SVNWCDb.InsertBase
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.InsertBase
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionjava.lang.String
long
java.util.List<java.io.File>
boolean
boolean
boolean
java.util.Map<java.lang.String,
SVNProperties> boolean
java.io.File
long
java.io.File
java.lang.String
long
java.io.File
boolean
long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
iprops
-
status
-
kind
-
reposId
public long reposId -
reposRelpath
public java.io.File reposRelpath -
revision
public long revision -
reposRootURL
-
reposUUID
public java.lang.String reposUUID -
props
-
changedRev
public long changedRev -
changedDate
-
changedAuthor
public java.lang.String changedAuthor -
davCache
-
children
public java.util.List<java.io.File> children -
depth
-
checksum
-
target
public java.io.File target -
fileExternal
public boolean fileExternal -
conflict
-
updateActualProps
public boolean updateActualProps -
actualProps
-
insertBaseDeleted
public boolean insertBaseDeleted -
keepRecordedInfo
public boolean keepRecordedInfo -
deleteWorking
public boolean deleteWorking -
workItems
-
wcId
public long wcId -
localRelpath
public java.io.File localRelpath -
wcRoot
-
-
Constructor Details
-
InsertBase
public InsertBase()
-
-
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
-