Class SVNWCDb.SetProperties
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.SetProperties
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.SetProperties extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
clearRecordedInfo
(package private) SVNSkel
conflict
(package private) java.io.File
localRelpath
(package private) SVNWCDbDir
pdh
(package private) SVNProperties
props
(package private) SVNSkel
workItems
-
Constructor Summary
Constructors Modifier Constructor Description private
SetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
props
SVNProperties props
-
pdh
SVNWCDbDir pdh
-
localRelpath
java.io.File localRelpath
-
conflict
SVNSkel conflict
-
workItems
SVNSkel workItems
-
clearRecordedInfo
boolean clearRecordedInfo
-
-
Method Detail
-
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
-
-