|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.rodex.qproc.QueryResultProducer
public class QueryResultProducer
Constructor Summary | |
---|---|
QueryResultProducer(java.util.List asgResults)
Creates a new instance of QueryResultProducer |
Method Summary | |
---|---|
static java.util.List |
getAllTuples(ASG asg)
Loop through the entire ASG list-type structure and covert its content into an
List of rows, each row is a List object containing
all tuple values. |
java.lang.String |
getIQLString()
Convert the result set into IQL's string for display |
static java.lang.StringBuffer |
getIQLString(java.util.List tuples)
Return a String representation of a list of ASG tuples |
java.util.List |
join()
Perform the 'join' operation on the specified set of result objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryResultProducer(java.util.List asgResults)
Method Detail |
---|
public java.util.List join() throws QueryResultException
The steps for joining are:
List
tuples constructed from joining result objects' tuples
QueryResultException
public java.lang.String getIQLString()
public static java.lang.StringBuffer getIQLString(java.util.List tuples)
public static java.util.List getAllTuples(ASG asg)
ASG
list-type structure and covert its content into an
List
of rows, each row is a List
object containing
all tuple values
asg
- the actual ASG
object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |