public interface IDataSourceResultRow
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,java.lang.Object> | getAllFields()All the fields and their values in this result row. | 
| FieldResult | getFieldEx(int index,
          int mode,
          java.lang.String tagType)Get a field from this row. | 
| FieldResult | getFieldEx(java.lang.String fieldName,
          int mode,
          java.lang.String tagType)Get a field from this row. | 
| java.lang.String | getFieldName(int index) | 
| java.lang.String[] | getFieldNames()Get the names of every field in this row (i.e. | 
| java.lang.String | getQuery() | 
| java.lang.String | getUniquePath() | 
| java.lang.Object | getValue(int mode,
        java.lang.String tagType)Get the value in this result row. | 
java.lang.String[] getFieldNames()
FieldResult getFieldEx(java.lang.String fieldName, int mode, java.lang.String tagType) throws DataSourceException
fieldName - The name of the field desired.mode - One of the BaseTag.MODE_* values.tagType - The type= value from the tag (BaseTag.TYPE_*, etc.) from the tag calling this. Can be null or the empty string.DataSourceExceptionjava.lang.Object getValue(int mode,
                          java.lang.String tagType)
                   throws DataSourceException
mode - One of the BaseTag.MODE_ values.tagType - The type= value from the tag (BaseTag.TYPE_*, etc.) from the tag calling this. Can be null or the empty string.DataSourceExceptionFieldResult getFieldEx(int index, int mode, java.lang.String tagType) throws DataSourceException
index - the 0-based index of the field requested.mode - One of the BaseTag.MODE_* values.tagType - The type= value from the tag (BaseTag.TYPE_*, etc.) from the tag calling this. Can be null or the empty string.DataSourceExceptionjava.util.Map<java.lang.String,java.lang.Object> getAllFields()
java.lang.String getQuery()
java.lang.String getUniquePath()
                        throws DataSourceException
DataSourceExceptionjava.lang.String getFieldName(int index)
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software