agonism.dovetail.site
Class QueryResult
java.lang.Object
|
+--agonism.dovetail.site.DovetailInstance
|
+--agonism.dovetail.site.QueryResult
- public class QueryResult
- extends DovetailInstance
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryResult
protected QueryResult(IRequestContext context,
QQueryResult peer)
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()