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) booleanclearRecordedInfo(package private) SVNSkelconflict(package private) java.io.FilelocalRelpath(package private) SVNWCDbDirpdh(package private) SVNPropertiesprops(package private) SVNSkelworkItems
-
Constructor Summary
Constructors Modifier Constructor Description privateSetProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransaction(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:
transactionin interfaceSVNSqlJetTransaction- Throws:
org.tmatesoft.sqljet.core.SqlJetExceptionSVNException
-
-