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, tableName
binds, 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, setIndexName
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 SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) throws SVNException
SVNException
public SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.String fromTable) throws SVNException
SVNException
public SVNSqlJetSelectFieldsStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName) throws SVNException
SVNException
protected abstract void defineFields()
public long getColumnLong(int f) throws SVNException
SVNException
public java.lang.String getColumnString(int f) throws SVNException
SVNException
public boolean isColumnNull(int f) throws SVNException
SVNException
public byte[] getColumnBlob(int f) throws SVNException
SVNException
protected void checkField(int f) throws SVNException
SVNException
protected java.lang.String getFieldName(int f) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.