| <?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
     lob_test.schema
     @(#) $Id: lob_test.schema,v 1.1 2001/09/27 02:32:01 mlemos Exp $
  -->
<database>
 <name><variable>name</variable></name>
 <create>0</create>
 
 <table>
  <name>files</name>
  <declaration>
   <field> <name>document</name> <type>clob</type> </field>
   <field> <name>picture</name>  <type>blob</type> </field>
  </declaration>
 </table>
</database>
 |