<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web development helpdesk &#187; jdbc DBUtil</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/jdbc-dbutil/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Reading ResultSet into a List</title>
		<link>http://helpdesk.objects.com.au/java/reading-resultset-into-a-list?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reading-resultset-into-a-list</link>
		<comments>http://helpdesk.objects.com.au/java/reading-resultset-into-a-list#comments</comments>
		<pubDate>Sun, 11 Oct 2009 03:12:38 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[jdbc DBUtil]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[ResultSet]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1309</guid>
		<description><![CDATA[The DBUtil library from Apache provides a set of class for doing a variety of standard database tasks. eg. To make a query becomes as simple as the following, providing the result set as a List of arrays where each list elements contains a row. QueryRunner runner = new QueryRunner(); ArrayListHandler handler = new ArrayListHandler(); [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/reading-resultset-into-a-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

