|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryResult

Replicates some of the methods introduced in JCR 2.0, but also provides an extension that allows accessing the JCR
PropertyType for each of the columns.
| Method Summary | |
|---|---|
String[] |
getColumnTypes()
Returns an array of the PropertyType name for each of the columns in this result. |
String[] |
getSelectorNames()
Returns an array of the name of the selector (i.e., table) from which each column originates. |
| Methods inherited from interface javax.jcr.query.QueryResult |
|---|
getColumnNames, getNodes, getRows |
| Method Detail |
|---|
String[] getColumnTypes()
PropertyType name for each of the columns in this result.
QueryResult.getColumnNames().String[] getSelectorNames()
getSelectorNames in interface QueryResultQueryResult.getColumnNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||