on 5/11/01 3:58 AM, "Henning P. Schmiedehausen" <[EMAIL PROTECTED]>
wrote:

> +    Iterator it = aliases.keySet().iterator();
> +    while(it.hasNext())
> +    {
> +      String key = (String)it.next();
> +      selectClause.add((String)aliases.get(key) + " AS " + key);
> +    }
> +

Henning,

No tabs please. :-)

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to