Class SVNSqlJetUpdateStatement
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetSelectStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetUpdateStatement
-
- Direct Known Subclasses:
SvnNgDowngrade.DowngradeConflictStatement
,SVNUpdateBaseNodePresenceRevnumAndReposPath
,SVNWCDbClearActualNodeLeavingChangelistRecursive
,SVNWCDbClearActualNodeLeavingConflict
,SVNWCDbClearDavCacheRecursive
,SVNWCDbClearMovedHereRecursive
,SVNWCDbClearMovedToDescendants
,SVNWCDbClearMovedToFromDest
,SVNWCDbClearMovedToRelPath
,SVNWCDbClearPropsConflict
,SVNWCDbClearTextConflict
,SVNWCDbCommitDescendantToBase
,SvnWcDbRelocate.RecursiveUpdateNodeRepo
,SvnWcDbRelocate.UpdateLockReposId
,SVNWCDbUpdateActualChangelists
,SVNWCDbUpdateActualConflict
,SVNWCDbUpdateActualConflictData
,SVNWCDbUpdateActualConflictData17
,SVNWCDbUpdateActualPropertyConflicts
,SVNWCDbUpdateActualProps
,SVNWCDbUpdateActualTextConflicts
,SVNWCDbUpdateActualTreeConflicts
,SVNWCDbUpdateBaseNodeDavCache
,SVNWCDbUpdateBaseRevision
,SVNWCDbUpdateCopyfrom
,SVNWCDbUpdateIProps
,SVNWCDbUpdateMovedToDescendants
,SVNWCDbUpdateMovedToRelPath
,SVNWCDbUpdateNodeBaseDepth
,SVNWCDbUpdateNodeBasePresence
,SVNWCDbUpdateNodeFileinfo
,SVNWCDbUpdateNodeProperties
,SVNWCDbUpdateNodeWorkingDepth
,SVNWCDbUpdateOpDepthIncreaseRecursive
,SVNWCDbUpdateOpDepthRecursive
,SVNWCDDBUpdateActualClearChangelist
public abstract class SVNSqlJetUpdateStatement extends SVNSqlJetSelectStatement
-
-
Field Summary
-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
table, tableName
-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode
-
-
Constructor Summary
Constructors Constructor Description SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description private void
beforeUpdate(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor, java.util.Map<java.lang.String,java.lang.Object> values)
long
exec()
abstract java.util.Map<java.lang.String,java.lang.Object>
getUpdateValues()
void
update(java.util.Map<java.lang.String,java.lang.Object> values)
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetSelectStatement
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowPathField, getRowValues, getRowValues2, getWhere, isColumnNull, isFilterPassed, isPathScopeInIndex, isStrictDescendantOf, isStrictiDescendant, next, openCursor, reset, setIndexName
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStarted
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
bindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, getBind, getBinds, getColumn, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getCursor, getJoinedStatement, getJoinedStatement, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, insert, isColumnNull, isNeedsReset, nextRow, parseInheritedProperties, parseProperties, setCursor
-
-
-
-
Constructor Detail
-
SVNSqlJetUpdateStatement
public SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) throws SVNException
- Throws:
SVNException
-
SVNSqlJetUpdateStatement
public SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName) throws SVNException
- Throws:
SVNException
-
-
Method Detail
-
update
public void update(java.util.Map<java.lang.String,java.lang.Object> values) throws org.tmatesoft.sqljet.core.SqlJetException
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
-
beforeUpdate
private void beforeUpdate(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor, java.util.Map<java.lang.String,java.lang.Object> values)
-
exec
public long exec() throws SVNException
- Overrides:
exec
in classSVNSqlJetStatement
- Throws:
SVNException
-
getUpdateValues
public abstract java.util.Map<java.lang.String,java.lang.Object> getUpdateValues() throws SVNException
- Throws:
SVNException
-
-