<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Blog Entries tagged 'DB2 Functions'</title>
		<description>Blog Entries tagged 'DB2 Functions'</description>
		<link>http://mhubel.com</link>
		<lastBuildDate>Mon, 06 Sep 2010 21:05:15 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>DB2 Stored Procedures versus Functions </title>
			<link>http://mhubel.com/index.php/db2-blog/DB2-Stored-Procedures-versus-Functions-.html</link>
			<description>I provided a sample procedure written using SQL/PL earlier to check if a string contained only numbers. This is a common validation for input strings. &lt;p&gt;SQL UDFs cannot contain any commands that are outside the scope of the SQL reference. DB2 will take an SQL UDF and stick it directly into the calling SQL, so that when it's executed it's indistinguishable from the&lt;br /&gt;rest of the SQL statement, as far as DB2 is concerned.&lt;/p&gt;&lt;p&gt;On the other hand, an SQL Procedure is a separate entity that cont [...]</description>
			<author>martin@mhubel.com</author>
			<pubDate>Thu, 10 Jul 2008 00:00:00 +0100</pubDate>
		<category>gravityisthelaw</category>
 <category>DB2 Stored Procedures</category>
 <category>DB2 LUW</category>
 <category>DB2 Functions</category>
 <category>DB2 Development</category>
		</item>
		<item>
			<title>DB2 Stored Procedure Exceptions</title>
			<link>http://mhubel.com/index.php/db2-blog/DB2-Stored-Procedure-Exceptions-51.html</link>
			<description>A customer asked me to develop a function to check whether a character string was in fact numeric with the further stipulation that it be done in SQL. He reported that the documentation seemed to be lacking. &lt;p&gt;The DB2 LUW Information Center used to have a Reference section, where you would find the SQL statement reference along with everything else. This has been reorganized in DB2 9.5 to have a &amp;quot;Database Fundamentals&amp;quot; section. You will find the SQL reference information in there.&lt;/p&gt; [...]</description>
			<author>martin@mhubel.com</author>
			<pubDate>Thu, 08 May 2008 00:00:00 +0100</pubDate>
		<category>gravityisthelaw</category>
 <category>DB2 z/OS</category>
 <category>DB2 Stored Procedures</category>
 <category>DB2 LUW</category>
 <category>DB2 Functions</category>
 <category>!gnu</category>
		</item>
	</channel>
</rss>