private static class SVNWCDbDeleteActualForBaseRecursive.SelectFromNodesForPresence extends SVNSqlJetSelectStatement
| Modifier and Type | Field and Description |
|---|---|
private long |
minOpDepth |
private java.util.EnumSet<ISVNWCDb.SVNWCDbStatus> |
presence |
table, tableNamebinds, sDb, transactionMode| Constructor and Description |
|---|
SelectFromNodesForPresence(SVNSqlJetDb sDb,
long minOpDepth,
java.util.EnumSet<ISVNWCDb.SVNWCDbStatus> presence) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsOpDepth(java.lang.Long wcId,
java.lang.String localRelpath) |
protected boolean |
isFilterPassed() |
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowPathField, getRowValues, getRowValues2, getWhere, isColumnNull, isPathScopeInIndex, isStrictDescendantOf, isStrictiDescendant, next, openCursor, reset, setIndexNameaddTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStartedbindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, exec, 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, setCursorprivate long minOpDepth
private java.util.EnumSet<ISVNWCDb.SVNWCDbStatus> presence
public SelectFromNodesForPresence(SVNSqlJetDb sDb, long minOpDepth, java.util.EnumSet<ISVNWCDb.SVNWCDbStatus> presence) throws SVNException
SVNExceptionprotected boolean isFilterPassed()
throws SVNException
isFilterPassed in class SVNSqlJetSelectStatementSVNExceptionpublic boolean existsOpDepth(java.lang.Long wcId,
java.lang.String localRelpath)
throws SVNException
SVNException