agonism.dovetail.site
Class QueryResult

java.lang.Object
  |
  +--agonism.dovetail.site.DovetailInstance
        |
        +--agonism.dovetail.site.QueryResult

public class QueryResult
extends DovetailInstance


Fields inherited from class agonism.dovetail.site.DovetailInstance
m_context
 
Constructor Summary
protected QueryResult(IRequestContext context, QQueryResult peer)
           
 
Method Summary
protected  java.lang.String getColumnName()
           
protected  QQuery getQQuery()
           
protected  Query getQuery()
           
protected  java.lang.String getTableName()
          Get the table name of the query (may be null)
 Type getType()
           
 java.lang.Object getValue()
           
protected  java.lang.Object getValue(boolean isBeforeFirst)
           
 
Methods inherited from class agonism.dovetail.site.DovetailInstance
findObject, findPageName, getContext, getFactory, getName, getPage, getPeer, getSite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResult

protected QueryResult(IRequestContext context,
                      QQueryResult peer)
Method Detail

getValue

public java.lang.Object getValue()

getType

public Type getType()

getValue

protected java.lang.Object getValue(boolean isBeforeFirst)
Parameters:
advanceToFirst - advance to the first result if it is before the beginning of the result set.

getTableName

protected java.lang.String getTableName()
Get the table name of the query (may be null)

getColumnName

protected java.lang.String getColumnName()

getQQuery

protected QQuery getQQuery()

getQuery

protected Query getQuery()