<?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: Question mark ‘?’ characters as text in JDBC	</title>
	<atom:link href="https://www.selikoff.net/2008/08/04/question-mark-%E2%80%98%E2%80%99-characters-as-text-in-jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2008/08/04/question-mark-%e2%80%98%e2%80%99-characters-as-text-in-jdbc/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Wed, 15 Aug 2012 06:40:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Vilo		</title>
		<link>https://www.selikoff.net/2008/08/04/question-mark-%e2%80%98%e2%80%99-characters-as-text-in-jdbc/comment-page-1/#comment-5221</link>

		<dc:creator><![CDATA[Vilo]]></dc:creator>
		<pubDate>Wed, 15 Aug 2012 06:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=154#comment-5221</guid>

					<description><![CDATA[Could you tell us which JDBC driver parses that naively? Just interested.

Another point is, in case of Oracle, it caches query plans for each sql strings, so if you have different values after LIKE, it does not need to create new execution plan, so binding parameters is generally recommended (exception is when the data is unevenly distributed and you want to regenerate a new plan).]]></description>
			<content:encoded><![CDATA[<p>Could you tell us which JDBC driver parses that naively? Just interested.</p>
<p>Another point is, in case of Oracle, it caches query plans for each sql strings, so if you have different values after LIKE, it does not need to create new execution plan, so binding parameters is generally recommended (exception is when the data is unevenly distributed and you want to regenerate a new plan).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
