public static interface QuerySource.SubQueryTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
A chance to clean up.
|
Dataset |
query(int parentRow)
Execute a nested query for a single row of the parent query
|
Dataset query(int parentRow) throws java.lang.Exception
parentRow - The index of the row in the parent's QueryResults' coreResults datasetjava.lang.Exceptionvoid finish()
throws java.lang.Exception
java.lang.Exception