Class SVNSqlJetDeleteStatement
- 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.SVNSqlJetDeleteStatement
-
- Direct Known Subclasses:
SVNWCDbDeleteActualEmpties
,SVNWCDbDeleteActualEmpty
,SVNWCDbDeleteActualForBaseRecursive
,SVNWCDbDeleteActualNode
,SVNWCDbDeleteActualNodeLeavingChangelistRecursive
,SVNWCDbDeleteActualNodeRecursive
,SVNWCDbDeleteActualNodeWithoutConflict
,SVNWCDbDeleteAllLayers
,SVNWCDbDeleteAllWorkingNodes
,SVNWCDbDeleteBaseNode
,SVNWCDbDeleteBaseRecursive
,SVNWCDbDeleteExternalRegistrations
,SVNWCDbDeleteFileExternalRegistrations
,SVNWCDbDeleteFileExternals
,SVNWCDbDeleteLock
,SVNWCDbDeleteLockOrphanRecursive
,SVNWCDbDeleteLockRecursively
,SVNWCDbDeleteLowestWorkingNode
,SVNWCDbDeleteMovedBack
,SVNWCDbDeleteNodes
,SVNWCDbDeleteNodesAboveDepthRecursive
,SVNWCDbDeleteNodesRecursive
,SVNWCDbDeleteNoLowerLayer
,SVNWCDbDeletePristine
,SVNWCDbDeletePristineIfUnreferenced
,SVNWCDbDeleteShadowedRecursive
,SVNWCDbDeleteWCLock
,SVNWCDbDeleteWorkingBaseDelete
,SVNWCDbDeleteWorkingNode
,SVNWCDbDeleteWorkingOpDepth
,SVNWCDbDeleteWorkingOpDepthAbove
,SVNWCDbDeleteWorkingRecursive
,SVNWCDbDeleteWorkItem
public class SVNSqlJetDeleteStatement extends SVNSqlJetSelectStatement
- Version:
- 1.4
-
-
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 SVNSqlJetDeleteStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
beforeDelete(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor)
long
exec()
-
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
-
SVNSqlJetDeleteStatement
public SVNSqlJetDeleteStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) throws SVNException
- Throws:
SVNException
-
-
Method Detail
-
beforeDelete
protected void beforeDelete(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor)
-
exec
public long exec() throws SVNException
- Overrides:
exec
in classSVNSqlJetStatement
- Throws:
SVNException
-
-