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
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 -
Method Summary
Modifier and TypeMethodDescriptionprivate 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNWCDbSelectAnyPristineReference
- Throws:
SVNException
-
-
Method Details
-
selectActual
- Throws:
SVNException
-
selectNodes
- Throws:
SVNException
-