You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by sc...@apache.org on 2007/05/21 18:19:35 UTC

svn commit: r540191 [2/2] - /db/derby/docs/trunk/src/tools/

Modified: db/derby/docs/trunk/src/tools/rtoolsimportcodeset.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolsimportcodeset.dita?view=diff&rev=540191&r1=540190&r2=540191
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolsimportcodeset.dita (original)
+++ db/derby/docs/trunk/src/tools/rtoolsimportcodeset.dita Mon May 21 09:19:33 2007
@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -15,84 +18,95 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "../dtd/reference.dtd">
-<reference xml:lang="en-us" id="rtoolsimportcodeset">
-<title>CODESET values for import/export</title>
+<reference id="rtoolsimportcodeset" xml:lang="en-us">
+<title>CODESET values for import and export procedures</title>
+<shortdesc>Import and export procedures accept arguments to specify codeset
+values. You can specify the codeset (character encoding) for import and export
+procedures to override the system default.</shortdesc>
 <prolog><metadata>
-<keywords>
+<keywords><indexterm>import and export procedures<indexterm>codesets</indexterm></indexterm>
+<indexterm>codeset values<indexterm>import and export procedures</indexterm></indexterm>
 </keywords>
-</metadata>
-</prolog>
+</metadata></prolog>
 <refbody>
-<section><p>Import and export procedures accept arguments to specify codeset values.
-You can specify the codeset (character encoding) for import and export procedures
-to override the system default. The following table contains a sample of character
-encoding supported by JDK 1.x. To review the complete list of character encodings,
-refer to your Java documentation. </p></section>
-<table frame="all">
-<title>Sample character encodings</title>
-<desc>This table contains
-sample character encodings supported by JDK1.x.</desc>
-<tgroup cols="2" colsep="1" rowsep="1">
-<colspec colname="colspec0" colwidth="228*"/>
+<section><p>The following table contains a sample of the character encoding
+that is supported by JDK 1.x. To review the complete list of character encodings,
+refer to your Java documentation. </p><table frame="all"><title>Sample character
+encodings</title><desc>This table contains sample character encodings supported
+by JDK1.x.</desc>
+<tgroup cols="2" colsep="1" rowsep="1"><colspec colname="colspec0" colwidth="228*"/>
 <colspec colname="colspec1" colwidth="228*"/>
 <thead>
 <row>
-<entry valign="top" align="left">Character Encoding</entry>
-<entry valign="top" align="left">Explanation</entry></row>
+<entry align="left" valign="top">Character Encoding</entry>
+<entry align="left" valign="top">Explanation</entry>
+</row>
 </thead>
 <tbody>
 <row>
 <entry colname="colspec0">8859_1</entry>
-<entry colname="colspec1">ISO Latin-1</entry></row>
+<entry colname="colspec1">ISO Latin-1</entry>
+</row>
 <row>
 <entry colname="colspec0">8859_2</entry>
-<entry colname="colspec1">ISO Latin-2</entry></row>
+<entry colname="colspec1">ISO Latin-2</entry>
+</row>
 <row>
 <entry colname="colspec0">8859_7</entry>
-<entry colname="colspec1">ISO Latin/Greek</entry></row>
+<entry colname="colspec1">ISO Latin/Greek</entry>
+</row>
 <row>
 <entry colname="colspec0">Cp1257</entry>
-<entry colname="colspec1">Windows Baltic</entry></row>
+<entry colname="colspec1">Windows Baltic</entry>
+</row>
 <row>
 <entry colname="colspec0">Cp1258</entry>
-<entry colname="colspec1">Windows Vietnamese</entry></row>
+<entry colname="colspec1">Windows Vietnamese</entry>
+</row>
 <row>
 <entry colname="colspec0">Cp437</entry>
-<entry colname="colspec1">PC Original</entry></row>
+<entry colname="colspec1">PC Original</entry>
+</row>
 <row>
 <entry colname="colspec0">EUCJIS</entry>
-<entry colname="colspec1">Japanese EUC</entry></row>
+<entry colname="colspec1">Japanese EUC</entry>
+</row>
 <row>
 <entry colname="colspec0">GB2312</entry>
-<entry colname="colspec1">GB2312-80 Simplified Chinese</entry></row>
+<entry colname="colspec1">GB2312-80 Simplified Chinese</entry>
+</row>
 <row>
 <entry colname="colspec0">JIS</entry>
-<entry colname="colspec1">JIS</entry></row>
+<entry colname="colspec1">JIS</entry>
+</row>
 <row>
 <entry colname="colspec0">KSC5601</entry>
-<entry colname="colspec1">KSC5601 Korean</entry></row>
+<entry colname="colspec1">KSC5601 Korean</entry>
+</row>
 <row>
 <entry colname="colspec0">MacCroatian</entry>
-<entry colname="colspec1">Macintosh Croatian</entry></row>
+<entry colname="colspec1">Macintosh Croatian</entry>
+</row>
 <row>
 <entry colname="colspec0">MacCyrillic</entry>
-<entry colname="colspec1">Macintosh Cyrillic</entry></row>
+<entry colname="colspec1">Macintosh Cyrillic</entry>
+</row>
 <row>
 <entry colname="colspec0">SJIS</entry>
-<entry colname="colspec1">PC and Windows Japanese</entry></row>
+<entry colname="colspec1">PC and Windows Japanese</entry>
+</row>
 <row>
 <entry colname="colspec0">UTF-8</entry>
-<entry colname="colspec1">Standard UTF-8</entry></row>
+<entry colname="colspec1">Standard UTF-8</entry>
+</row>
 </tbody>
 </tgroup>
-</table>
-<section><p>  The following example shows how to specify UTF-8 encoding to export from
-the <i>staff</i> table:
-<codeblock><b>CALL SYSCS_UTIL.SYSCS_EXPORT_TABLE
-(NULL,'STAFF','staff.dat',NULL,NULL,'UTF-8')</b></codeblock></p></section>
-<section><p>  The following example shows how to specify UTF-8 encoding to import from
-the <i>staff</i> table:
-<codeblock><b>CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE
-(NULL,'STAFF','staff.dat',NULL,NULL,'UTF-8',0)</b></codeblock></p></section>
-</refbody></reference>
+</table></section>
+<section><title>Examples of specifying the codeset in import and export procedures</title><p> 
+The following example shows how to specify UTF-8 encoding to export to the <codeph>staff.dat</codeph> table: <codeblock>CALL SYSCS_UTIL.SYSCS_EXPORT_TABLE
+    (NULL,'STAFF','staff.dat',NULL,NULL,'UTF-8')
+</codeblock></p><p>The following example shows how to specify UTF-8 encoding
+to import from the <codeph>staff.dat</codeph> table: <codeblock>CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE
+    (NULL,'STAFF','staff.dat',NULL,NULL,'UTF-8',0)</codeblock></p></section>
+</refbody>
+</reference>

Added: db/derby/docs/trunk/src/tools/ttoolsexporting.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/ttoolsexporting.dita?view=auto&rev=540191
==============================================================================
--- db/derby/docs/trunk/src/tools/ttoolsexporting.dita (added)
+++ db/derby/docs/trunk/src/tools/ttoolsexporting.dita Mon May 21 09:19:33 2007
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!--##### DO NOT CHANGE ANYTHING ABOVE THIS LINE #####-->
+<task id="ttoolsexporting" xml:lang="en-us">
+<title>Exporting data using the built-in procedures</title>
+<shortdesc>You can use the <ph conref="../conrefs.dita#prod/productshortname"></ph> export
+procedures to export all of the data from table or query, or to export LOB
+data separately from the other data.</shortdesc>
+<prolog><metadata>
+<keywords><indexterm>import and export procedures<indexterm>bulk export</indexterm></indexterm>
+<indexterm>exporting data</indexterm><indexterm>system procedures<indexterm>export
+using</indexterm></indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context></context>
+<steps>
+<step><cmd>Choose the correct procedure for the type of export that you want
+to perform. For examples of these procedures, see <xref href="rtoolsimport91458.dita#rtoolsimport91458"></xref>.</cmd>
+<choicetable relcolwidth="1* 2*">
+<chhead><choptionhd>Type of export</choptionhd><chdeschd>Procedure to use</chdeschd>
+</chhead>
+<chrow><choption>To export all the data from a table to a single export file,
+including the LOB data </choption><chdesc> <codeblock>SYSCS_UTIL.SYSCS_EXPORT_TABLE (IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportschemaname">SCHEMANAME</xref> VARCHAR(128),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexporttablename">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcharacterdelimiter">CHARACTERDELIMITER</xref> CHAR(1),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcodeset">CODESET</xref> VARCHAR(128))</codeblock></chdesc>
+</chrow>
+<chrow><choption>To export all the data from a table, and place the LOB data
+into a separate export file</choption><chdesc><codeblock>SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE (IN<xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportschemaname">SCHEMANAME</xref> VARCHAR(128),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexporttablename">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcharacterdelimiter">CHARACTERDELIMITER</xref> CHAR(1),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcodeset">CODESET</xref> VARCHAR(128), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportlobsfilename">LOBSFILNAME</xref> VARCHAR(32672))</codeblock><p>A
+reference to the location of the LOB data is placed in the LOB column in the
+main export file.</p> </chdesc></chrow>
+<chrow><choption>To export the result of a SELECT statement to a single file,
+including the LOB data</choption><chdesc><codeblock>SYSCS_UTIL.SYSCS_EXPORT_QUERY (IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportselectstatement">SELECTSTATEMENT</xref> VARCHAR(32672),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexporttablename">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcharacterdelimiter">CHARACTERDELIMITER</xref> CHAR(1),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcodeset">CODESET</xref> VARCHAR(128))</codeblock></chdesc>
+</chrow>
+<chrow><choption>To export the result of a SELECT statement to a main export
+file, and place the LOB data into a separate export file</choption><chdesc><codeblock>SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE (IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportselectstatement">SELECTSTATEMENT</xref> VARCHAR(32672),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexporttablename">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcharacterdelimiter">CHARACTERDELIMITER</xref> CHAR(1),  IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportcodeset">CODESET</xref> VARCHAR(128), IN <xref
+href="rtoolsexportarguements.dita#rtoolsexportarguements/rtoolsexportlobsfilename">LOBSFILENAME</xref> VARCHAR(32672))</codeblock><p>A
+reference to the LOB data is written to the main export file.</p></chdesc>
+</chrow>
+</choicetable>
+</step>
+</steps>
+</taskbody>
+</task>

Propchange: db/derby/docs/trunk/src/tools/ttoolsexporting.dita
------------------------------------------------------------------------------
    svn:eol-style = native

Added: db/derby/docs/trunk/src/tools/ttoolsimporting.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/ttoolsimporting.dita?view=auto&rev=540191
==============================================================================
--- db/derby/docs/trunk/src/tools/ttoolsimporting.dita (added)
+++ db/derby/docs/trunk/src/tools/ttoolsimporting.dita Mon May 21 09:19:33 2007
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<!--##### DO NOT CHANGE ANYTHING ABOVE THIS LINE #####-->
+<task id="ttoolsimporting" xml:lang="en-us">
+<title>Importing data using the built-in procedures</title>
+<shortdesc>You can use the <ph conref="../conrefs.dita#prod/productshortname"></ph> import
+procedures to import all of the data from table or query, or to import LOB
+data separately from the other data.</shortdesc>
+<prolog><metadata>
+<keywords><indexterm>import and export procedures<indexterm>bulk import</indexterm></indexterm>
+<indexterm>importing data</indexterm><indexterm>system procedures<indexterm>import
+using</indexterm></indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context></context>
+<steps>
+<step><cmd>Choose the correct procedure for the type of import that you want
+to perform. For examples of these procedures, see <xref href="rtoolsimport91458.dita#rtoolsimport91458"></xref>.</cmd>
+<choicetable relcolwidth="1* 2*">
+<chhead><choptionhd>Type of import</choptionhd><chdeschd>Procedure to use</chdeschd>
+</chhead>
+<chrow><choption>To import all the data to a table, where the import file
+contains the LOB data</choption><chdesc><codeblock>SYSCS_UTIL.SYSCS_IMPORT_TABLE (IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportschemaname">SCHEMANAME</xref> VARCHAR(128),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimport27122">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcharacterdelimiter">CHARACTERDELIMITER</xref>  CHAR(1),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcodesetarg">CODESET</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportreplace">REPLACE</xref> SMALLINT)</codeblock></chdesc>
+</chrow>
+<chrow><choption>To import the data to a table, where the LOB data is stored
+in a separate file and the main import file contains all of the other data
+with a reference to the LOB data</choption><chdesc><codeblock>SYSCS_UTIL.SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE (IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportschemaname">SCHEMANAME</xref> VARCHAR(128),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimport27122">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcharacterdelimiter">CHARACTERDELIMITER</xref>  CHAR(1),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcodesetarg">CODESET</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportreplace">REPLACE</xref> SMALLINT)</codeblock><p>The
+import utility looks in the main import file for a reference to the location
+of the LOB data. The format of the reference to the LOB stored in the main
+import file must be <codeph>lobsFileName.Offset.length/</codeph>.</p> </chdesc>
+</chrow>
+<chrow><choption>To import data from a file to a subset of columns in a table,
+where the import file contains the LOB data</choption><chdesc><codeblock>SYSCS_UTIL.SYSCS_IMPORT_DATA (IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportschemaname">SCHEMANAME</xref> VARCHAR(128),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimport27122">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportinsertcolumns">INSERTCOLUMNS</xref> VARCHAR(32672), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcolumnindexes">COLUMNINDEXES</xref> VARCHAR(32672), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcharacterdelimiter">CHARACTERDELIMITER</xref>  CHAR(1),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcodesetarg">CODESET</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportreplace">REPLACE</xref> SMALLINT)</codeblock><p>You
+must specify the insertColumns parameter on the table into which data will
+be imported. You must specify the columnIndex parameter to import data fields
+from a file to column in a table.</p></chdesc></chrow>
+<chrow><choption>To import data to a subset of columns in a table, where the
+LOB data is stored in a separate file and the main import file contains all
+of the other data with a reference to the LOB data</choption><chdesc><codeblock>SYSCS_UTIL.SYSCS_IMPORT_DATA_LOBS_FROM_EXTFILE (IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportschemaname">SCHEMANAME</xref> VARCHAR(128),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimport27122">TABLENAME</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportinsertcolumns">INSERTCOLUMNS</xref> VARCHAR(32672), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcolumnindexes">COLUMNINDEXES</xref> VARCHAR(32672), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportfilename">FILENAME</xref> VARCHAR(32672),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcolumndelimiter">COLUMNDELIMITER</xref> CHAR(1), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcharacterdelimiter">CHARACTERDELIMITER</xref>  CHAR(1),  IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportcodesetarg">CODESET</xref> VARCHAR(128), IN <xref
+href="rtoolsimport64241.dita#rtoolsimport64241/rtoolsimportreplace">REPLACE</xref> SMALLINT)</codeblock><p>The
+import utility looks in the main import file for a reference to the location
+of the LOB data. The format of the reference to the LOB stored in the main
+import file must be <codeph>lobsFileName.Offset.length/</codeph>.</p></chdesc>
+</chrow>
+</choicetable>
+</step>
+</steps>
+</taskbody>
+</task>

Propchange: db/derby/docs/trunk/src/tools/ttoolsimporting.dita
------------------------------------------------------------------------------
    svn:eol-style = native