Class SVNSqlJetUnionStatement
java.lang.Object
org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
org.tmatesoft.svn.core.internal.db.SVNSqlJetUnionStatement
- Direct Known Subclasses:
SVNWCDbSelectAnyPristineReference
-
Field Summary
FieldsFields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindBlob
(int i, byte[] serialized) void
bindChecksum
(int i, SvnChecksum checksum) void
bindf
(java.lang.String format, java.lang.Object... data) void
bindLong
(int i, long v) void
bindNull
(int i) void
bindProperties
(int i, SVNProperties props) void
bindString
(int i, java.lang.String string) protected org.tmatesoft.sqljet.core.table.ISqlJetCursor
boolean
next()
void
reset()
private void
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
-
Field Details
-
statements
-
current
private int current
-
-
Constructor Details
-
SVNSqlJetUnionStatement
-
-
Method Details
-
next
- Overrides:
next
in classSVNSqlJetStatement
- Throws:
SVNException
-
getCursor
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor getCursor()- Overrides:
getCursor
in classSVNSqlJetStatement
-
reset
- Overrides:
reset
in classSVNSqlJetStatement
- Throws:
SVNException
-
updateBinds
private void updateBinds() -
bindf
- Overrides:
bindf
in classSVNSqlJetStatement
- Throws:
SVNException
-
bindLong
public void bindLong(int i, long v) - Overrides:
bindLong
in classSVNSqlJetStatement
-
bindString
public void bindString(int i, java.lang.String string) - Overrides:
bindString
in classSVNSqlJetStatement
-
bindNull
public void bindNull(int i) - Overrides:
bindNull
in classSVNSqlJetStatement
-
bindBlob
public void bindBlob(int i, byte[] serialized) - Overrides:
bindBlob
in classSVNSqlJetStatement
-
bindChecksum
- Overrides:
bindChecksum
in classSVNSqlJetStatement
-
bindProperties
- Overrides:
bindProperties
in classSVNSqlJetStatement
- Throws:
SVNException
-