public class SVNSqlJetSelectStatement extends SVNSqlJetTableStatement
table, tableNamebinds, sDb, transactionMode| Constructor and Description |
|---|
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
Enum<?> fromTable) |
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
Enum<?> fromTable,
Enum<?> indexName) |
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
String fromTable) |
SVNSqlJetSelectStatement(SVNSqlJetDb sDb,
String fromTable,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eof() |
protected Object |
getColumn(String f) |
protected byte[] |
getColumnBlob(String f) |
protected long |
getColumnLong(String f) |
protected String |
getColumnString(String f) |
protected String |
getIndexName() |
protected String |
getPathScope() |
protected String |
getRowPath() |
protected Enum<?> |
getRowPathField() |
Map<String,Object> |
getRowValues() |
Map<String,Object> |
getRowValues2(Map<String,Object> v) |
protected Object[] |
getWhere() |
protected boolean |
isColumnNull(String f) |
protected boolean |
isFilterPassed() |
protected boolean |
isPathScopeInIndex() |
protected static boolean |
isStrictDescendantOf(String descendant,
String ancestor) |
protected boolean |
isStrictiDescendant() |
boolean |
next() |
protected org.tmatesoft.sqljet.core.table.ISqlJetCursor |
openCursor() |
void |
reset() |
void |
setIndexName(String indexName) |
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStartedbindBlob, 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, setCursorpublic SVNSqlJetSelectStatement(SVNSqlJetDb sDb, Enum<?> fromTable) throws SVNException
SVNExceptionpublic SVNSqlJetSelectStatement(SVNSqlJetDb sDb, Enum<?> fromTable, Enum<?> indexName) throws SVNException
SVNExceptionpublic SVNSqlJetSelectStatement(SVNSqlJetDb sDb, String fromTable) throws SVNException
SVNExceptionpublic SVNSqlJetSelectStatement(SVNSqlJetDb sDb, String fromTable, String indexName) throws SVNException
SVNExceptionprotected org.tmatesoft.sqljet.core.table.ISqlJetCursor openCursor()
throws SVNException
openCursor in class SVNSqlJetStatementSVNExceptionprotected String getPathScope()
protected boolean isStrictiDescendant()
protected boolean isPathScopeInIndex()
throws SVNException
SVNExceptionprotected String getIndexName()
public void setIndexName(String indexName)
protected Object[] getWhere() throws SVNException
SVNExceptionpublic boolean next()
throws SVNException
next in class SVNSqlJetStatementSVNExceptionprotected Enum<?> getRowPathField() throws SVNException
SVNExceptionprotected String getRowPath() throws SVNException
SVNExceptionprotected boolean isFilterPassed()
throws SVNException
SVNExceptionpublic boolean eof()
throws SVNException
eof in class SVNSqlJetStatementSVNExceptionpublic Map<String,Object> getRowValues2(Map<String,Object> v) throws SVNException
SVNExceptionpublic Map<String,Object> getRowValues() throws SVNException
getRowValues in class SVNSqlJetStatementSVNExceptionprotected Object getColumn(String f) throws SVNException
getColumn in class SVNSqlJetStatementSVNExceptionprotected long getColumnLong(String f) throws SVNException
getColumnLong in class SVNSqlJetStatementSVNExceptionprotected String getColumnString(String f) throws SVNException
getColumnString in class SVNSqlJetStatementSVNExceptionprotected boolean isColumnNull(String f) throws SVNException
isColumnNull in class SVNSqlJetStatementSVNExceptionprotected byte[] getColumnBlob(String f) throws SVNException
getColumnBlob in class SVNSqlJetStatementSVNExceptionpublic void reset()
throws SVNException
reset in class SVNSqlJetTableStatementSVNExceptionCopyright © 2025. All rights reserved.