public class SVNWCDbDeleteLowestWorkingNode extends SVNSqlJetDeleteStatement
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
minOpDepth |
private SVNWCDbNodesMinOpDepth |
minOpDepthSelect |
table, tableName
binds, sDb, transactionMode
Constructor and Description |
---|
SVNWCDbDeleteLowestWorkingNode(SVNSqlJetDb sDb) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[] |
getWhere() |
protected boolean |
isFilterPassed() |
void |
reset() |
beforeDelete, exec
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowPathField, getRowValues, getRowValues2, isColumnNull, isPathScopeInIndex, isStrictDescendantOf, isStrictiDescendant, next, openCursor, setIndexName
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStarted
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
private SVNWCDbNodesMinOpDepth minOpDepthSelect
private java.lang.Long minOpDepth
public SVNWCDbDeleteLowestWorkingNode(SVNSqlJetDb sDb) throws SVNException
SVNException
public void reset() throws SVNException
reset
in class SVNSqlJetSelectStatement
SVNException
protected java.lang.Object[] getWhere() throws SVNException
getWhere
in class SVNSqlJetSelectStatement
SVNException
protected boolean isFilterPassed() throws SVNException
isFilterPassed
in class SVNSqlJetSelectStatement
SVNException