I copied and paste without checking, sorry.

> in 8.6.3 SQL EBNF it says
> "select ::= SELECT ('*' | proplist )"
> So it seems jcr doesn't support any kind of expression nor function in
> the select clause.
> e.g. something like "SELECT concat(myapp:myprop1, myapp:myprop2) as
> customColumn from myapp:mynodetype" would be really handy. And it could
> be retrieved with QueryResult.getColumnName("customColumn"). What do you
> think?

I meant Row.getValue("customColumn")



Reply via email to