Add short section on DDL example scripts

This commit is contained in:
dsyer
2009-03-09 07:22:16 +00:00
parent ae808ede21
commit ce72d2abdf

View File

@@ -38,6 +38,19 @@
</imageobject>
</mediaobject>
<section>
<title>Example DDL Scripts</title>
<para>The root of the Spring Batch Core JAR file contains
example scripts tp create the relational tables for a number of
database platforms (which are in turn auto-detected by the job
repository factory bean or namespace equivalent). These scripts
can be used as is, or modified with additional indexes and
constraints as desired. The file names are in the
form <literal>schema-*.sql</literal>, where "*" is the short
name of the target database platform.</para>
</section>
<section>
<title>Version</title>