Interface SVNSqlJetTransaction
-
- All Known Implementing Classes:
SVNWCDb.BaseMovedTo
,SVNWCDb.BaseRemove
,SVNWCDb.CheckReplace
,SVNWCDb.Commit
,SVNWCDb.InsertBase
,SVNWCDb.InsertWorking
,SVNWCDb.ResolveBreakMovedAway
public interface SVNSqlJetTransaction
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Method Detail
-
transaction
void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
SVNException
-
-