Class SVNWCDb.InsertLock
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.InsertLock
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.InsertLock extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
localAbsPath
ISVNWCDb.SVNWCDbLock
lock
-
Constructor Summary
Constructors Modifier Constructor Description private
InsertLock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
localAbsPath
public java.io.File localAbsPath
-
lock
public ISVNWCDb.SVNWCDbLock lock
-
-
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
-
-