File/adodb-xmlschema.inc.php

Description

xmlschema is a class that allows the user to quickly and easily build a database on any ADOdb-supported platform using a simple XML schema.

Last Editor: $Author: dcech $

  • tutorial: Getting Started
  • version: $Revision: 1.7 $
  • author: Richard Tango-Lowy & Dan Cech
Classes
Class Description
 class adoSchema Loads and parses an XML file, creating an array of "ready-to-run" SQL statements
Includes
 require ('adodb-datadict.inc.php') (line 82)
 require ('adodb.inc.php') (line 81)

Include the main ADODB library

Constants
XMLS_CONTINUE_ON_ERROR = FALSE (line 53)

Continue SQL Execution if an error occurs?

XMLS_DEBUG = FALSE (line 25)

Debug on or off

XMLS_DEFAULT_SCHEMA_VERSION = '0.1' (line 67)

Default Schema Version. Used for Schemas without an explicit version set.

XMLS_DEFAULT_UPGRADE_METHOD = 'ALTER' (line 74)

Default Schema Version. Used for Schemas without an explicit version set.

XMLS_EXECUTE_INLINE = FALSE (line 46)

Execute SQL inline as it is generated

XMLS_PREFIX = '%%P' (line 32)

Default prefix key

XMLS_PREFIX_MAXLEN = 10 (line 39)

Maximum length allowed for object prefix

XMLS_SCHEMA_VERSION = '0.2' (line 60)

Current Schema Version

Documentation generated on Tue, 27 Jul 2004 20:05:45 -0400 by phpDocumentor 1.3.0RC3