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 TypeMethodDescriptionvoidbindBlob(int i, byte[] serialized) voidbindChecksum(int i, SvnChecksum checksum) voidbindf(java.lang.String format, java.lang.Object... data) voidbindLong(int i, long v) voidbindNull(int i) voidbindProperties(int i, SVNProperties props) voidbindString(int i, java.lang.String string) protected org.tmatesoft.sqljet.core.table.ISqlJetCursorbooleannext()voidreset()private voidMethods 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, setCursorMethods 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:
nextin classSVNSqlJetStatement- Throws:
SVNException
-
getCursor
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor getCursor()- Overrides:
getCursorin classSVNSqlJetStatement
-
reset
- Overrides:
resetin classSVNSqlJetStatement- Throws:
SVNException
-
updateBinds
private void updateBinds() -
bindf
- Overrides:
bindfin classSVNSqlJetStatement- Throws:
SVNException
-
bindLong
public void bindLong(int i, long v) - Overrides:
bindLongin classSVNSqlJetStatement
-
bindString
public void bindString(int i, java.lang.String string) - Overrides:
bindStringin classSVNSqlJetStatement
-
bindNull
public void bindNull(int i) - Overrides:
bindNullin classSVNSqlJetStatement
-
bindBlob
public void bindBlob(int i, byte[] serialized) - Overrides:
bindBlobin classSVNSqlJetStatement
-
bindChecksum
- Overrides:
bindChecksumin classSVNSqlJetStatement
-
bindProperties
- Overrides:
bindPropertiesin classSVNSqlJetStatement- Throws:
SVNException
-