PHP Classes

File: lob_test.schema

Recommend this page to a friend!
  Classes of Manuel Lemos   Metabase   lob_test.schema   Download  
File: lob_test.schema
Role: Auxiliary data
Content type: text/plain
Description: Database schema to test large object fields.
Class: Metabase
PHP Database abstraction layer RDBMS independent
Author: By
Last change: Initial revision.
Date: 12 years ago
Size: 431 bytes
 

Contents

Class file image Download
<?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>