<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CFQuery and the underlying Java Objects</title>
	<atom:link href="http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/</link>
	<description>My thoughts on ColdFusion, Flex and other RIA stuff....</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:21:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-2966</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Mon, 15 Sep 2008 13:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-2966</guid>
		<description>@Gonxo, it should work . whats the error you getting ?</description>
		<content:encoded><![CDATA[<p>@Gonxo, it should work . whats the error you getting ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonxo</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-2962</link>
		<dc:creator>Gonxo</dc:creator>
		<pubDate>Sat, 13 Sep 2008 00:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-2962</guid>
		<description>no working on coldfusion 6 and 7</description>
		<content:encoded><![CDATA[<p>no working on coldfusion 6 and 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SitePoint Blogs &#187; The Week in ColdFusion: 30 Jan-5 Feb: a bit of everything</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-419</link>
		<dc:creator>SitePoint Blogs &#187; The Week in ColdFusion: 30 Jan-5 Feb: a bit of everything</dc:creator>
		<pubDate>Wed, 06 Feb 2008 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-419</guid>
		<description>[...] area. Anuj Gakhar shows just how easily the Java underbelly of ColdFusion can be inspected with CFQuery and the underlying Java Objects, and Rick Osborne has launched a series of tutorials (currently numbering four) on generating [...]</description>
		<content:encoded><![CDATA[<p>[...] area. Anuj Gakhar shows just how easily the Java underbelly of ColdFusion can be inspected with CFQuery and the underlying Java Objects, and Rick Osborne has launched a series of tutorials (currently numbering four) on generating [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-398</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Mon, 04 Feb 2008 10:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-398</guid>
		<description>@Michael, That would probably be an issue if someone using CF moves to the likes of Blue Dragon, but I havent seem anyone do that till date. However, Since Adobe doesnt officially support the use of these little gems, the only sensible thing is to use it at your own risk.</description>
		<content:encoded><![CDATA[<p>@Michael, That would probably be an issue if someone using CF moves to the likes of Blue Dragon, but I havent seem anyone do that till date. However, Since Adobe doesnt officially support the use of these little gems, the only sensible thing is to use it at your own risk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-383</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Sat, 02 Feb 2008 05:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-383</guid>
		<description>Ah great post!

I&#039;ve been using myqry.isFirst() and myqry.isLast() for ages, I find it much cleaner than if myqry.currentRow EQ 1 etc

@Todd the same would hold for findColumn(), just seems a bit cleaner to type and to read.

Of course listContainsNoCase et al is great for everyone to use, but if you dig a little further you find these jems!

My only concern is how that would go if you switched to Railo or Blue Dragon etc. Any official &#039;cfml&#039; should be fine, but what about these Java methods?</description>
		<content:encoded><![CDATA[<p>Ah great post!</p>
<p>I&#8217;ve been using myqry.isFirst() and myqry.isLast() for ages, I find it much cleaner than if myqry.currentRow EQ 1 etc</p>
<p>@Todd the same would hold for findColumn(), just seems a bit cleaner to type and to read.</p>
<p>Of course listContainsNoCase et al is great for everyone to use, but if you dig a little further you find these jems!</p>
<p>My only concern is how that would go if you switched to Railo or Blue Dragon etc. Any official &#8216;cfml&#8217; should be fine, but what about these Java methods?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-382</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Fri, 01 Feb 2008 20:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-382</guid>
		<description>@Todd, Agreed. We could use that listContainsNoCase but I just didnt know that there was another way of doing it which is why I get a bit over-joyous.

@Radek, yes there is probably a lot more that can be done.</description>
		<content:encoded><![CDATA[<p>@Todd, Agreed. We could use that listContainsNoCase but I just didnt know that there was another way of doing it which is why I get a bit over-joyous.</p>
<p>@Radek, yes there is probably a lot more that can be done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radek</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-381</link>
		<dc:creator>Radek</dc:creator>
		<pubDate>Fri, 01 Feb 2008 17:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-381</guid>
		<description>Just use java.sql.ResultSet to get more info :)</description>
		<content:encoded><![CDATA[<p>Just use java.sql.ResultSet to get more info <img src='http://www.anujgakhar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd sharp</title>
		<link>http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/comment-page-1/#comment-380</link>
		<dc:creator>todd sharp</dc:creator>
		<pubDate>Fri, 01 Feb 2008 17:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/02/01/cfquery-and-the-underlying-java-objects/#comment-380</guid>
		<description>That Query dump is the standard query dump in CF 8.

Also, why not just do listContainsNoCase(myqry.columnList, &#039;somecolumn&#039;)??</description>
		<content:encoded><![CDATA[<p>That Query dump is the standard query dump in CF 8.</p>
<p>Also, why not just do listContainsNoCase(myqry.columnList, &#8216;somecolumn&#8217;)??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

