|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.trippi.impl.kowari.RowGroup
public class RowGroup
An iterator-like structure for turning one row of any Answer into one or more rows, depending on the existence of an inner-Answer.
| Constructor Summary | |
|---|---|
RowGroup(org.kowari.query.Answer answer)
The given answer must be posititioned on a row. |
|
| Method Summary | |
|---|---|
org.kowari.query.Variable[] |
getVariables()
Return the variables for this rowgroup. |
java.lang.Object[] |
nextValues()
Return an object array or null if exhausted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowGroup(org.kowari.query.Answer answer)
throws org.kowari.query.TuplesException
org.kowari.query.TuplesException| Method Detail |
|---|
public org.kowari.query.Variable[] getVariables()
throws org.kowari.query.TuplesException
org.kowari.query.TuplesException
public java.lang.Object[] nextValues()
throws org.kowari.query.TuplesException
org.kowari.query.TuplesException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||