Hello Cayenne users,
i try to get a Row from DB/Table.
i checked the example and tried to fit it to my table.
read String
Expression qual = ExpressionFactory.likeIgnoreCaseExp("galleryName",
likePattern);
i look for an int
Expression qual = ExpressionFactory.likeIgnoreCaseExp("Nr", nr); // nr is an
int.
i checked the ExpressionFactory API, but didnt really find a good
explination.
any can help here please?
thank you!
Sako
This archive was generated by hypermail 2.0.0 : Thu Jun 24 2004 - 06:41:06 EDT