alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

HSQLDB example source code file (guide.xml)

This example HSQLDB source code file (guide.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - HSQLDB tags/keywords

client, date, development, docbook, entity, entity, group, group, hsqldb, hsqldb, if, java, system, system

The HSQLDB guide.xml source code

<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- $Id: guide.xml,v 1.42 2005/07/25 23:02:52 unsaved Exp $ -->

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2CR1/docbookx.dtd" [
    <!ENTITY revision "$Revision: 1.42 $">
    <!ENTITY date "$Date: 2007/08/25 23:02:52 $">
    <!ENTITY alts SYSTEM "../formats-section.xml">
    <!ENTITY docbasename "guide">
    <!ENTITY baseurl "http://hsqldb.org/doc/&docbasename;">
    <!ENTITY blaineaddr "blaine.simpson@admc.com">
    <!ENTITY fredaddr "ft@cluedup.com">

    <!-- Component chapters and appendices -->
    <!ENTITY running-chapter.xml SYSTEM "running.xml">
    <!ENTITY sqlissues-chapter.xml SYSTEM "sqlissues.xml">
    <!ENTITY unix-chapter.xml SYSTEM "unix.xml">
    <!ENTITY advancedtopics-chapter.xml SYSTEM "advancedtopics.xml">
    <!ENTITY deployment-chapter.xml SYSTEM "deployment.xml">
    <!ENTITY texttables-chapter.xml SYSTEM "texttables.xml">
    <!ENTITY tls-chapter.xml SYSTEM "tls.xml">
    <!ENTITY sqltool-chapter.xml SYSTEM "sqltool.xml">
    <!ENTITY sqlsyntax-chapter.xml SYSTEM "sqlsyntax.xml">
    <!ENTITY building-appendix.xml SYSTEM "building.xml">
    <!ENTITY dbfiles-appendix.xml SYSTEM "dbfiles.xml">
    <!ENTITY openoffice-appendix.xml SYSTEM "openoffice.xml">
    <!ENTITY testutility-appendix.xml SYSTEM "testutility.xml">
    <!ENTITY dbmanager-appendix.xml SYSTEM "dbmanager.xml">
    <!ENTITY transfertool-appendix.xml SYSTEM "transfertool.xml">

    <!-- Imported cdata sandwich files -->
    <!ENTITY Testdb.java-cdata SYSTEM "../../docwork/guide/cdata/Testdb.java">
    <!ENTITY sample-server.properties-cdata
             SYSTEM "../../docwork/guide/cdata/sample-server.properties">
    <!ENTITY sqltool.rc-cdata SYSTEM "../../docwork/guide/cdata/sqltool.rc">
    <!ENTITY plsql.sql-cdata SYSTEM "../../docwork/guide/cdata/plsql.sql">
    <!ENTITY sample-hsqldb.cfg-cdata
             SYSTEM "../../docwork/guide/cdata/sample-hsqldb.cfg">
    <!ENTITY sample.sql-cdata
             SYSTEM "../../docwork/guide/cdata/sample.sql">
    <!ENTITY pl.sql-cdata
             SYSTEM "../../docwork/guide/cdata/pl.sql">
]>
    
<book>
    <title>Hsqldb User Guide
    <bookinfo>
        <authorgroup>
            <corpauthor>The HSQLDB Development Group
            <editor>
                <firstname>BlaineSimpson
                <email>&blaineaddr;
                <affiliation>
                    <orgname>HSQLDB Development Group
                </affiliation>
            </editor>
            <editor>
                <firstname>FredToussi
                <email>&fredaddr;
                <affiliation>
                    <orgname>HSQLDB Development Group
                </affiliation>
            </editor>
        </authorgroup>
        <edition>&revision;
        <pubdate>&date;
        <keywordset>
            <keyword>Hsqldb
            <keyword>Hypersonic
            <keyword>Database
            <keyword>JDBC
            <keyword>Java
        </keywordset>
        <legalnotice>
            Copyright 2002-2007 HSQLDB Development Group.
            Permission is granted to distribute this document without any 
            alteration under the terms of the HSQLDB license.
        </para>
    </bookinfo>
    <preface>
        <title>Introduction
        <para>
            If you notice any mistakes in this document, please email the
            author listed at the beginning of the chapter.
            If you have problems with the procedures themselves, please
            use the HSQLDB support facilities which are listed at
   <ulink url='http://hsqldb.org/web/hsqlSupport.html'/>.
        </para>
        &alts;
    </preface>

    <!-- Just re-order these lines to re-order chapters and appendixes -->
    &running-chapter.xml;
    &sqlissues-chapter.xml;
    &unix-chapter.xml;
    &advancedtopics-chapter.xml;
    &deployment-chapter.xml;
    &texttables-chapter.xml;
    &tls-chapter.xml;
    &sqltool-chapter.xml;
    &sqlsyntax-chapter.xml;

    &building-appendix.xml;
    <appendix id='firstclient-appendix'>
        <title id='firstclient-title'>First JDBC Client Example
        <para>
            There is a copy of <filename>Testdb.java in the
            directory <filename>src/org/hsqldb/sample of your
            HSQLDB distribution.
        </para>
        <example>
            <title>JDBC Client source code example
            <programlisting>&Testdb.java-cdata;
        </example>
    </appendix>
    &dbfiles-appendix.xml;
    &openoffice-appendix.xml;
    &testutility-appendix.xml;
    &dbmanager-appendix.xml;
    &transfertool-appendix.xml;
    
    <!--
        Indexes are still not working for indexterms in most locations.
        Since this is a popular feature, it must have to do with the
        Java DocBook components.
    <index/>
    -->
</book>

Other HSQLDB examples (source code examples)

Here is a short list of links related to this HSQLDB guide.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.