public abstract class SVNSqlJetSelectFieldsStatement<E extends java.lang.Enum<E>> extends SVNSqlJetSelectStatement
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<E> |
fields |
table, tableNamebinds, sDb, transactionMode| Constructor and Description |
|---|
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> fromTable) |
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> fromTable,
java.lang.Enum<?> indexName) |
SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb,
java.lang.String fromTable) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkField(int f) |
protected abstract void |
defineFields() |
byte[] |
getColumnBlob(int f) |
long |
getColumnLong(int f) |
java.lang.String |
getColumnString(int f) |
protected java.lang.String |
getFieldName(int f) |
boolean |
isColumnNull(int f) |
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowValues, getRowValues2, getWhere, isColumnNull, isFilterPassed, isStrictDescendantOf, isStrictiDescendant, next, openCursor, reset, setIndexNameaddTrigger, 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 SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) throws SVNException
SVNExceptionpublic SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.String fromTable) throws SVNException
SVNExceptionpublic SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName) throws SVNException
SVNExceptionprotected abstract void defineFields()
public long getColumnLong(int f)
throws SVNException
SVNExceptionpublic java.lang.String getColumnString(int f)
throws SVNException
SVNExceptionpublic boolean isColumnNull(int f)
throws SVNException
SVNExceptionpublic byte[] getColumnBlob(int f)
throws SVNException
SVNExceptionprotected void checkField(int f)
throws SVNException
SVNExceptionprotected java.lang.String getFieldName(int f)
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.