public class SVNWCDbSelectMinMaxRevisions extends SVNSqlJetSelectStatement
Modifier and Type | Field and Description |
---|---|
private java.util.Set<ISVNWCDb.SVNWCDbStatus> |
expectedPresence |
private long |
maxChangedRevision |
private long |
maxRevision |
private long |
minChangedRevision |
private long |
minRevision |
table, tableName
binds, sDb, transactionMode
Constructor and Description |
---|
SVNWCDbSelectMinMaxRevisions(SVNSqlJetDb sDb) |
Modifier and Type | Method and Description |
---|---|
long |
getMaxChangedRevision() |
long |
getMaxRevision() |
long |
getMinChangedRevision() |
long |
getMinRevision() |
protected java.lang.String |
getPathScope() |
protected java.lang.Object[] |
getWhere() |
protected boolean |
isFilterPassed() |
protected boolean |
isStrictiDescendant() |
boolean |
next() |
void |
reset() |
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getRowPath, getRowPathField, getRowValues, getRowValues2, isColumnNull, isPathScopeInIndex, isStrictDescendantOf, openCursor, setIndexName
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStarted
bindBlob, 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, setCursor
private long minRevision
private long maxRevision
private long minChangedRevision
private long maxChangedRevision
private java.util.Set<ISVNWCDb.SVNWCDbStatus> expectedPresence
public SVNWCDbSelectMinMaxRevisions(SVNSqlJetDb sDb) throws SVNException
SVNException
public void reset() throws SVNException
reset
in class SVNSqlJetSelectStatement
SVNException
public long getMinRevision()
public long getMaxRevision()
public long getMinChangedRevision()
public long getMaxChangedRevision()
public boolean next() throws SVNException
next
in class SVNSqlJetSelectStatement
SVNException
protected java.lang.String getPathScope()
getPathScope
in class SVNSqlJetSelectStatement
protected boolean isStrictiDescendant()
isStrictiDescendant
in class SVNSqlJetSelectStatement
protected boolean isFilterPassed() throws SVNException
isFilterPassed
in class SVNSqlJetSelectStatement
SVNException
protected java.lang.Object[] getWhere() throws SVNException
getWhere
in class SVNSqlJetSelectStatement
SVNException