Does SQLTemplate support Collection parameters?

From: Jeff de Vries (jdevrie..frog.com)
Date: Thu Jun 01 2006 - 14:41:01 EDT

  • Next message: Andrus Adamchik: "Re: Does SQLTemplate support Collection parameters?"

    I want the following:

    " ... WHERE type IN ($types) ..."

    to expand into:

    "... WHERE type IN (1,2,3,4) ..."

    If I pass in a Collection as the value of the parameter "types" in the
    parameter map for SQLTemplate, will it do what I want? Is there a way?

    Thanks,
    Jeff de Vries



    This archive was generated by hypermail 2.0.0 : Thu Jun 01 2006 - 14:41:33 EDT