public class CrossJoinResult extends Object implements QueryResponse
| Constructor and Description |
|---|
CrossJoinResult(String baseURL,
CrossJoinNode context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(ResultSet rs) |
String |
getNextToken() |
CrossJoinNode |
getResource() |
List<List<ComplexReturnType>> |
getResults() |
void |
setCount(long count) |
void |
setNextToken(String token) |
long |
size() |
public CrossJoinResult(String baseURL, CrossJoinNode context)
public void addRow(ResultSet rs) throws SQLException
addRow in interface QueryResponseSQLExceptionpublic CrossJoinNode getResource()
public List<List<ComplexReturnType>> getResults()
public long size()
size in interface QueryResponsepublic void setCount(long count)
setCount in interface QueryResponsepublic void setNextToken(String token)
setNextToken in interface QueryResponsepublic String getNextToken()
getNextToken in interface QueryResponseCopyright © 2018 JBoss by Red Hat. All rights reserved.