Re: read Row

From: jsaa..eb.de
Date: Thu Jun 24 2004 - 08:11:22 EDT

  • Next message: Elia Morling: "Re: Wish"

    Expression qual = ExpressionFactory.likeIgnoreCaseExp("galleryName",likePattern);
    SelectQuery query = new SelectQuery(<yourBusinessClass>, qual);
    ResultIterator result = myContext.performIteratedQuery(query);

    // where query is a DataContext instance

    "Sako!" <webobject..tcc.datos.de> schrieb am 24.06.04 12:41:34:
    >
    > 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

    ____________________________________________________
    Aufnehmen, abschicken, nah sein - So einfach ist
    WEB.DE Video-Mail: http://freemail.web.de/?mc=021200



    This archive was generated by hypermail 2.0.0 : Thu Jun 24 2004 - 08:11:26 EDT