public class SVNSqlJetSelectStatement extends SVNSqlJetTableStatement
table, tableName
binds, sDb, transactionMode
Constructor and Description |
---|
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> fromTable) |
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> fromTable,
java.lang.Enum<?> indexName) |
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
java.lang.String fromTable) |
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
java.lang.String fromTable,
java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
boolean |
eof() |
protected java.lang.Object |
getColumn(java.lang.String f) |
protected byte[] |
getColumnBlob(java.lang.String f) |
protected long |
getColumnLong(java.lang.String f) |
protected java.lang.String |
getColumnString(java.lang.String f) |
protected java.lang.String |
getIndexName() |
protected java.lang.String |
getPathScope() |
protected java.lang.String |
getRowPath() |
java.util.Map<java.lang.String,java.lang.Object> |
getRowValues() |
java.util.Map<java.lang.String,java.lang.Object> |
getRowValues2(java.util.Map<java.lang.String,java.lang.Object> v) |
protected java.lang.Object[] |
getWhere() |
protected boolean |
isColumnNull(java.lang.String f) |
protected boolean |
isFilterPassed() |
protected static boolean |
isStrictDescendantOf(java.lang.String descendant,
java.lang.String ancestor) |
protected boolean |
isStrictiDescendant() |
boolean |
next() |
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor |
openCursor() |
void |
reset() |
void |
setIndexName(java.lang.String indexName) |
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStarted
bindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, exec, getBind, getBinds, getColumn, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getCursor, getJoinedStatement, getJoinedStatement, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, insert, isColumnNull, isNeedsReset, nextRow, parseInheritedProperties, parseProperties, setCursor
public SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) throws SVNException
SVNException
public SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName) throws SVNException
SVNException
public SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.String fromTable) throws SVNException
SVNException
public SVNSqlJetSelectStatement(SVNSqlJetDb sDb, java.lang.String fromTable, java.lang.String indexName) throws SVNException
SVNException
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor openCursor() throws SVNException
openCursor
in class SVNSqlJetStatement
SVNException
protected java.lang.String getPathScope()
protected boolean isStrictiDescendant()
protected java.lang.String getIndexName()
public void setIndexName(java.lang.String indexName)
protected java.lang.Object[] getWhere() throws SVNException
SVNException
public boolean next() throws SVNException
next
in class SVNSqlJetStatement
SVNException
protected java.lang.String getRowPath() throws SVNException
SVNException
protected boolean isFilterPassed() throws SVNException
SVNException
public boolean eof() throws SVNException
eof
in class SVNSqlJetStatement
SVNException
public java.util.Map<java.lang.String,java.lang.Object> getRowValues2(java.util.Map<java.lang.String,java.lang.Object> v) throws SVNException
SVNException
public java.util.Map<java.lang.String,java.lang.Object> getRowValues() throws SVNException
getRowValues
in class SVNSqlJetStatement
SVNException
protected java.lang.Object getColumn(java.lang.String f) throws SVNException
getColumn
in class SVNSqlJetStatement
SVNException
protected long getColumnLong(java.lang.String f) throws SVNException
getColumnLong
in class SVNSqlJetStatement
SVNException
protected java.lang.String getColumnString(java.lang.String f) throws SVNException
getColumnString
in class SVNSqlJetStatement
SVNException
protected boolean isColumnNull(java.lang.String f) throws SVNException
isColumnNull
in class SVNSqlJetStatement
SVNException
protected byte[] getColumnBlob(java.lang.String f) throws SVNException
getColumnBlob
in class SVNSqlJetStatement
SVNException
public void reset() throws SVNException
reset
in class SVNSqlJetTableStatement
SVNException
protected static boolean isStrictDescendantOf(java.lang.String descendant, java.lang.String ancestor)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.