<?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: Learning Clojure #11: JDBC metadata in Clojure</title>
	<atom:link href="http://tech.puredanger.com/index.php/2010/03/03/jdbc-metadata-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2010/03/03/jdbc-metadata-clojure/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: fogus</title>
		<link>http://tech.puredanger.com/2010/03/03/jdbc-metadata-clojure/comment-page-1/#comment-230961</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Fri, 09 Jul 2010 00:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/?p=810#comment-230961</guid>
		<description>I missed this post when it was originally released.  In any case, I&#039;m glad that you found my -&gt; post useful.
:f</description>
		<content:encoded><![CDATA[<p>I missed this post when it was originally released.  In any case, I&#8217;m glad that you found my -&gt; post useful.<br />
:f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2010/03/03/jdbc-metadata-clojure/comment-page-1/#comment-187149</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/?p=810#comment-187149</guid>
		<description>@Jeff: Thanks for the note!  That&#039;s exactly the idea - the result of each form is passed as the second item in the next form.  I had that in there but the formatting was getting interpreted due to the &lt; and &gt; - I&#039;ve fixed it now.  Hopefully that will be clearer.  I&#039;ve read that some people use &quot;,,&quot; (which is treated as whitespace in Clojure) to indicate where a value is &quot;stitched&quot; into a form like this.</description>
		<content:encoded><![CDATA[<p>@Jeff: Thanks for the note!  That&#8217;s exactly the idea &#8211; the result of each form is passed as the second item in the next form.  I had that in there but the formatting was getting interpreted due to the &lt; and &gt; &#8211; I&#8217;ve fixed it now.  Hopefully that will be clearer.  I&#8217;ve read that some people use &#8220;,,&#8221; (which is treated as whitespace in Clojure) to indicate where a value is &#8220;stitched&#8221; into a form like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://tech.puredanger.com/2010/03/03/jdbc-metadata-clojure/comment-page-1/#comment-187148</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/?p=810#comment-187148</guid>
		<description>Maybe I am not seeing this but what I interpret &#039;-&gt;&#039; to be doing is make connection the second form to  .getMetaData 

(.getColumns(.getMetaData connection))

See. The first form (connection) is made the second form to .getMetaData. That entire form is made the second form to getColumns

No?</description>
		<content:encoded><![CDATA[<p>Maybe I am not seeing this but what I interpret &#8216;-&gt;&#8217; to be doing is make connection the second form to  .getMetaData </p>
<p>(.getColumns(.getMetaData connection))</p>
<p>See. The first form (connection) is made the second form to .getMetaData. That entire form is made the second form to getColumns</p>
<p>No?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://tech.puredanger.com/2010/03/03/jdbc-metadata-clojure/comment-page-1/#comment-186656</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/?p=810#comment-186656</guid>
		<description>Nice one!!!</description>
		<content:encoded><![CDATA[<p>Nice one!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

