public class SVNSqlJetUnionStatement extends SVNSqlJetStatement
binds, sDb, transactionMode
Constructor and Description |
---|
SVNSqlJetUnionStatement(SVNSqlJetDb sDb,
SVNSqlJetStatement... statements) |
Modifier and Type | Method and Description |
---|---|
void |
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 |
getCursor() |
boolean |
next() |
void |
reset() |
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
public SVNSqlJetUnionStatement(SVNSqlJetDb sDb, SVNSqlJetStatement... statements)
public boolean next() throws SVNException
next
in class SVNSqlJetStatement
SVNException
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor getCursor()
getCursor
in class SVNSqlJetStatement
public void reset() throws SVNException
reset
in class SVNSqlJetStatement
SVNException
public void bindf(java.lang.String format, java.lang.Object... data) throws SVNException
bindf
in class SVNSqlJetStatement
SVNException
public void bindLong(int i, long v)
bindLong
in class SVNSqlJetStatement
public void bindString(int i, java.lang.String string)
bindString
in class SVNSqlJetStatement
public void bindNull(int i)
bindNull
in class SVNSqlJetStatement
public void bindBlob(int i, byte[] serialized)
bindBlob
in class SVNSqlJetStatement
public void bindChecksum(int i, SvnChecksum checksum)
bindChecksum
in class SVNSqlJetStatement
public void bindProperties(int i, SVNProperties props) throws SVNException
bindProperties
in class SVNSqlJetStatement
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.