|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.model.impl.query.QueryResult
org.openanzo.model.impl.ContainerQueryResult
public class ContainerQueryResult
QueryResult implementation that uses Glitter2BasicResultSetAdaptor to convert results
| Constructor Summary | |
|---|---|
ContainerQueryResult(java.lang.Boolean result)
Create new ContainerQueryResult based on result of ASK query |
|
ContainerQueryResult(java.util.Collection<org.openrdf.model.Statement> result,
boolean isConstruct)
Create new ContainerQueryResult for either a CONSTRUCT or DESCRIBE query |
|
ContainerQueryResult(QueryResults results)
Create new ContainerQueryResult based on contents within QueryResults object |
|
ContainerQueryResult(org.openrdf.query.TupleQueryResult result)
Create new ContainerQueryResult based on contents within TupleQueryResult object |
|
| Method Summary | |
|---|---|
java.lang.Object |
createSelectResults(QueryResults results)
|
| Methods inherited from class org.openanzo.model.impl.query.QueryResult |
|---|
getAskResult, getConstructResult, getDescribeResult, getQueryType, getSelectResult, isAskResult, isConstructResult, isDescribeResult, isSelectResult |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerQueryResult(java.util.Collection<org.openrdf.model.Statement> result,
boolean isConstruct)
result - Set of statements for resultisConstruct - true if CONSTRUCT, false for DESCRIBEpublic ContainerQueryResult(QueryResults results)
results - containing data for these resultspublic ContainerQueryResult(org.openrdf.query.TupleQueryResult result)
result - containing data for these resultspublic ContainerQueryResult(java.lang.Boolean result)
result - containing boolean answer to ASK query| Method Detail |
|---|
public java.lang.Object createSelectResults(QueryResults results)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||