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