Class SVNWCDbSelectAnyPristineReference
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetUnionStatement
-
- org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbSelectAnyPristineReference
-
public class SVNWCDbSelectAnyPristineReference extends SVNSqlJetUnionStatement
SELECT 1 FROM nodes WHERE checksum = ?1 OR checksum = ?2 UNION ALL SELECT 1 FROM actual_node WHERE older_checksum = ?1 OR older_checksum = ?2 OR left_checksum = ?1 OR left_checksum = ?2 OR right_checksum = ?1 OR right_checksum = ?2 LIMIT 1- Version:
- 1.4
-
-
Field Summary
-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode
-
-
Constructor Summary
Constructors Constructor Description SVNWCDbSelectAnyPristineReference(SVNSqlJetDb sDb)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static SVNSqlJetStatement
selectActual(SVNSqlJetDb sDb)
private static SVNSqlJetStatement
selectNodes(SVNSqlJetDb sDb)
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetUnionStatement
bindBlob, bindChecksum, bindf, bindLong, bindNull, bindProperties, bindString, getCursor, next, reset
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
bindIProperties, bindRevision, count, done, eof, exec, getBind, getBinds, getColumn, getColumn, getColumnBlob, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getColumnString, getJoinedStatement, getJoinedStatement, getRowValues, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, insert, isColumnNull, isColumnNull, isNeedsReset, nextRow, openCursor, parseInheritedProperties, parseProperties, setCursor
-
-
-
-
Constructor Detail
-
SVNWCDbSelectAnyPristineReference
public SVNWCDbSelectAnyPristineReference(SVNSqlJetDb sDb) throws SVNException
- Throws:
SVNException
-
-
Method Detail
-
selectActual
private static SVNSqlJetStatement selectActual(SVNSqlJetDb sDb) throws SVNException
- Throws:
SVNException
-
selectNodes
private static SVNSqlJetStatement selectNodes(SVNSqlJetDb sDb) throws SVNException
- Throws:
SVNException
-
-