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
- 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNSqlJetDeleteStatement
- Throws:
SVNException
-
-
Method Details
-
beforeDelete
protected void beforeDelete(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor) -
exec
- Overrides:
exec
in classSVNSqlJetStatement
- Throws:
SVNException
-