<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Mike`s Blog - SQL</title>
    <link>http://www.java-community.de/</link>
    <description>Keep it simple, stupid!</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>I officially hate IBM DB2</title>
    <link>http://www.java-community.de/archives/144-I-officially-hate-IBM-DB2.html</link>
            <category>SQL</category>
    
    <comments>http://www.java-community.de/archives/144-I-officially-hate-IBM-DB2.html#comments</comments>
    <wfw:comment>http://www.java-community.de/wfwcomment.php?cid=144</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.java-community.de/rss.php?version=2.0&amp;type=comments&amp;cid=144</wfw:commentRss>
    

    <author>info@mhaller.de (Mike Haller)</author>
    <content:encoded>
    &lt;pre name=&quot;code&quot; class=&quot;java&quot;&gt;
Caused by: com.ibm.db2.jcc.a.rm: DB2 SQL Error:
SQLCODE=-104,
SQLSTATE=42601,
SQLERRMC=END-OF-STATEMENT;SELECT 1;&lt;table_expr&gt;,
DRIVER=4.0.100
	at com.ibm.db2.jcc.a.yc.a(yc.java:579)
	at com.ibm.db2.jcc.a.yc.a(yc.java:57)
	at com.ibm.db2.jcc.a.yc.a(yc.java:126)
	at com.ibm.db2.jcc.a.wk.c(wk.java:1909)
	at com.ibm.db2.jcc.a.wk.d(wk.java:1897)
	at com.ibm.db2.jcc.a.wk.a(wk.java:1424)
	at com.ibm.db2.jcc.t4.db.g(db.java:138)
	at com.ibm.db2.jcc.t4.db.a(db.java:38)
	at com.ibm.db2.jcc.t4.t.a(t.java:32)
	at com.ibm.db2.jcc.t4.sb.h(sb.java:141)
	at com.ibm.db2.jcc.a.wk.P(wk.java:1395)
	at com.ibm.db2.jcc.a.wk.a(wk.java:2223)
	at com.ibm.db2.jcc.a.wk.a(wk.java:564)
	at com.ibm.db2.jcc.a.wk.executeQuery(wk.java:548)

&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Tue, 02 Mar 2010 16:58:46 +0100</pubDate>
    <guid isPermaLink="false">http://www.java-community.de/archives/144-guid.html</guid>
    
</item>
<item>
    <title>Extending SQuirreL with plugins</title>
    <link>http://www.java-community.de/archives/111-Extending-SQuirreL-with-plugins.html</link>
            <category>Java</category>
            <category>SQL</category>
    
    <comments>http://www.java-community.de/archives/111-Extending-SQuirreL-with-plugins.html#comments</comments>
    <wfw:comment>http://www.java-community.de/wfwcomment.php?cid=111</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.java-community.de/rss.php?version=2.0&amp;type=comments&amp;cid=111</wfw:commentRss>
    

    <author>info@mhaller.de (Mike Haller)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.squirrelsql.org/&quot;&gt;SQuirreL&lt;/a&gt; is a 100% pure-Java implementation of a generic SQL client. You can browse and analyse any database which provides a JDBC driver. You can execute any kind of SQL statements. SQuirreL provides a plugin mechanism to hook in additional features. The default installation comes with a lot of plugins, for example MySQL-specific plugins, code completion, data import plugins and more.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/mhaller1979/3335269794/&quot; title=&quot;Squirrel: I&#039;m watching you! von mhaller1979 bei Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3595/3335269794_ca8ea76e08_m.jpg&quot; width=&quot;240&quot; height=&quot;157&quot; alt=&quot;Squirrel: I&#039;m watching you!&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
In this article, I&#039;d like to show you how to write your own plugin for SQuirreL and what you need to do to set up your development environment. I&#039;ll implement two features for indexing tables and their content into an &lt;a href=&quot;http://lucene.apache.org/&quot;&gt;Apache Lucene&lt;/a&gt; index and to make it searchable using full-text search.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.java-community.de/archives/111-Extending-SQuirreL-with-plugins.html#extended&quot;&gt;Continue reading &quot;Extending SQuirreL with plugins&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 07 Mar 2009 16:33:16 +0100</pubDate>
    <guid isPermaLink="false">http://www.java-community.de/archives/111-guid.html</guid>
    
</item>
<item>
    <title>Pagination with Apache iBatis SqlMaps</title>
    <link>http://www.java-community.de/archives/86-Pagination-with-Apache-iBatis-SqlMaps.html</link>
            <category>Java</category>
            <category>SQL</category>
    
    <comments>http://www.java-community.de/archives/86-Pagination-with-Apache-iBatis-SqlMaps.html#comments</comments>
    <wfw:comment>http://www.java-community.de/wfwcomment.php?cid=86</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.java-community.de/rss.php?version=2.0&amp;type=comments&amp;cid=86</wfw:commentRss>
    

    <author>info@mhaller.de (Mike Haller)</author>
    <content:encoded>
    Doing pagination with &lt;a href=&quot;http://ibatis.apache.org/&quot;&gt;Apache iBatis SqlMaps&lt;/a&gt; is really simple and straightforward. Pagination is when a database connection is queried for a sublist of objects instead for the full list of objects. This is often the case for web application when it&#039;s not desirable to display the full contents of a database table to the users all at once. Hence the name pagination: the user can &quot;scroll&quot; through the results using pages. Each page contains a collection of objects and the pages usually are ordered.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.java-community.de/archives/86-Pagination-with-Apache-iBatis-SqlMaps.html#extended&quot;&gt;Continue reading &quot;Pagination with Apache iBatis SqlMaps&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 30 Nov 2008 17:37:36 +0100</pubDate>
    <guid isPermaLink="false">http://www.java-community.de/archives/86-guid.html</guid>
    
</item>
<item>
    <title>Unit testing in Oracle PLSQL</title>
    <link>http://www.java-community.de/archives/56-Unit-testing-in-Oracle-PLSQL.html</link>
            <category>SQL</category>
    
    <comments>http://www.java-community.de/archives/56-Unit-testing-in-Oracle-PLSQL.html#comments</comments>
    <wfw:comment>http://www.java-community.de/wfwcomment.php?cid=56</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.java-community.de/rss.php?version=2.0&amp;type=comments&amp;cid=56</wfw:commentRss>
    

    <author>info@mhaller.de (Mike Haller)</author>
    <content:encoded>
    As a Java Developer, I love to develop test-driven. The 21st century is all about testing and delivering quality software. Today, my first Oracle PL/SQL Function Unit Test was born. &lt;strong&gt;It&#039;s not as ugly as I thought it would be&lt;/strong&gt;, so i&#039;m sharing my experience with you.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.java-community.de/archives/56-Unit-testing-in-Oracle-PLSQL.html#extended&quot;&gt;Continue reading &quot;Unit testing in Oracle PLSQL&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 25 Mar 2008 18:48:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.java-community.de/archives/56-guid.html</guid>
    
</item>

</channel>
</rss>