Expressions structure is shown here: http://objectstyle.org/cayenne/
grammar/ExpressionParser.html
Unfortunately this page (generated by JavaCC) doesn't show what valid
tokens consist of. For token definitions you'll have to look into a
JavaCC grammar definition file:
http://cvs.sourceforge.net/viewcvs.py/cayenne/cayenne/src/cayenne/
java/org/objectstyle/cayenne/exp/parser/ExpressionParser.jjt?
rev=1.12&view=markup
Andrus
On Jun 26, 2005, at 2:15 PM, Koen Segers wrote:
> Hi,
>
> Can anyone tell me what the invalid characters are in a cayenne
> expression?
>
> I get this exception when I add a ' to a field:
> org.objectstyle.cayenne.exp.ExpressionException
>
> Obvious this is an error...
> I want to give the user a message which characters aren't allowed.
>
> Probably there is a url that tells this all, but I can't find it.
>
> Greetz
> --
>
> Koen Segers
>
> <koenseger..carlet.be>
> <http://eddyvite.dyndns.org>
>
>
This archive was generated by hypermail 2.0.0 : Mon Jun 27 2005 - 12:29:15 EDT