<?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>hsql | Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</title>
	<atom:link href="https://www.selikoff.net/tag/hsql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Sun, 23 Jan 2022 01:37:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
<site xmlns="com-wordpress:feed-additions:1">4595340</site>	<item>
		<title>OCP 17 Book Bonus: Creating a HyperSQL Database in Java 17</title>
		<link>https://www.selikoff.net/2022/01/22/ocp-17-book-bonus-creating-a-hsql-database-in-java-17/</link>
					<comments>https://www.selikoff.net/2022/01/22/ocp-17-book-bonus-creating-a-hsql-database-in-java-17/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 23 Jan 2022 01:37:43 +0000</pubDate>
				<category><![CDATA[Java Certification]]></category>
		<category><![CDATA[hsql]]></category>
		<category><![CDATA[hsqldb]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[ocp]]></category>
		<category><![CDATA[ocp17]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=15328</guid>

					<description><![CDATA[<p>Chapter 15 in our OCP Oracle Certified Professional Java SE 17 Study Guide: Exam 1Z0-829 uses the database setup described in this post. We are using HyperSQL because it supports SQL based stored procedures which are the most common form. &#8230; <a href="https://www.selikoff.net/2022/01/22/ocp-17-book-bonus-creating-a-hsql-database-in-java-17/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2022/01/22/ocp-17-book-bonus-creating-a-hsql-database-in-java-17/">OCP 17 Book Bonus: Creating a HyperSQL Database in Java 17</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2022/01/22/ocp-17-book-bonus-creating-a-hsql-database-in-java-17/">OCP 17 Book Bonus: Creating a HyperSQL Database in Java 17</a> was first posted on January 22, 2022 at 8:37 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2022/01/22/ocp-17-book-bonus-creating-a-hsql-database-in-java-17/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15328</post-id>	</item>
		<item>
		<title>OCP 11 Book Bonus: Creating a HSQL Database/Stored Procedure in Java 11</title>
		<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/</link>
					<comments>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 22 Dec 2019 15:25:16 +0000</pubDate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[OCP Book]]></category>
		<category><![CDATA[hsql]]></category>
		<category><![CDATA[hsqldb]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[ocp]]></category>
		<category><![CDATA[ocp11]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14121</guid>

					<description><![CDATA[<p>Update (11/05/2020): Read The 1Z0-819 Exam page to learn how you can easily our Java 11 Study Guides to prepare for Oracle&#8217;s 1Z0-819 Exam, as well as the 1Z0-817 Upgrade Exam. For the PreparedStatement section of chapter 10, we used &#8230; <a href="https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/">OCP 11 Book Bonus: Creating a HSQL Database/Stored Procedure in Java 11</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/">OCP 11 Book Bonus: Creating a HSQL Database/Stored Procedure in Java 11</a> was first posted on December 22, 2019 at 10:25 am.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14121</post-id>	</item>
	</channel>
</rss>
