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 TypeFieldDescriptionlong
boolean
boolean
boolean
boolean
long
long
boolean
long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iprops
-
status
-
kind
-
reposId
public long reposId -
reposRelpath
-
revision
public long revision -
reposRootURL
-
reposUUID
-
props
-
changedRev
public long changedRev -
changedDate
-
changedAuthor
-
davCache
-
children
-
depth
-
checksum
-
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
-
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
-