public class SVNWCDb.Commit extends java.lang.Object implements SVNSqlJetTransaction
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
changedAuthor |
SVNDate |
changedDate |
long |
changedRev |
boolean |
keepChangelist |
java.io.File |
localRelpath |
SvnChecksum |
newChecksum |
java.util.List<java.io.File> |
newChildren |
SVNProperties |
newDavCache |
long |
newRevision |
boolean |
noUnlock |
SVNWCDbDir |
pdh |
long |
reposId |
java.io.File |
reposRelPath |
SVNSkel |
workItems |
| Constructor and Description |
|---|
Commit() |
| Modifier and Type | Method and Description |
|---|---|
void |
transaction(SVNSqlJetDb db) |
public SVNWCDbDir pdh
public java.io.File localRelpath
public long newRevision
public long changedRev
public SVNDate changedDate
public java.lang.String changedAuthor
public SvnChecksum newChecksum
public java.util.List<java.io.File> newChildren
public SVNProperties newDavCache
public boolean keepChangelist
public boolean noUnlock
public SVNSkel workItems
public long reposId
public java.io.File reposRelPath
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
transaction in interface SVNSqlJetTransactionorg.tmatesoft.sqljet.core.SqlJetExceptionSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.