public final class HttpQueryResult extends Object implements QueryResult
QueryResult interface.| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
columnTypesByName |
protected List<org.modeshape.jdbc.delegate.HttpQueryResult.HttpRow> |
rows |
| Modifier | Constructor and Description |
|---|---|
protected |
HttpQueryResult(QueryResult queryResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
getColumnNames() |
String[] |
getColumnTypes() |
javax.jcr.NodeIterator |
getNodes() |
String |
getPlan() |
javax.jcr.query.RowIterator |
getRows() |
String[] |
getSelectorNames() |
Collection<String> |
getWarnings() |
boolean |
isEmpty() |
protected final List<org.modeshape.jdbc.delegate.HttpQueryResult.HttpRow> rows
protected final Map<String,String> columnTypesByName
protected HttpQueryResult(QueryResult queryResult)
public Collection<String> getWarnings()
public String[] getColumnNames()
getColumnNames in interface javax.jcr.query.QueryResultpublic boolean isEmpty()
public javax.jcr.query.RowIterator getRows()
getRows in interface javax.jcr.query.QueryResultpublic javax.jcr.NodeIterator getNodes()
getNodes in interface javax.jcr.query.QueryResultpublic String[] getSelectorNames()
getSelectorNames in interface javax.jcr.query.QueryResultpublic void close()
close in interface AutoCloseablepublic String[] getColumnTypes()
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.