axmls
[ class tree: axmls ] [ index: axmls ] [ all elements ]

Procedural File: adodb-xmlschema03.inc.php

Source Location: /includes/classes/adodb/adodb-xmlschema03.inc.php



Classes:

Loads and parses an XML file, creating an array of "ready-to-run" SQL statements


Page Details:

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: jlim $




Tags:

tutorial:  getting_started.pkg
author:  Richard Tango-Lowy & Dan Cech
version:  $Revision: 1.62 $
filesource:  Source Code for this file


Includes:

require('adodb-datadict.inc.php') [line 114]
require('adodb.inc.php') [line 113]
Include the main ADODB library






XMLS_EXISTING_DATA [line 99]

XMLS_EXISTING_DATA = XMLS_MODE_INSERT

[ Top ]



XMLS_MODE_IGNORE [line 96]

XMLS_MODE_IGNORE = 2

[ Top ]



XMLS_MODE_INSERT [line 90]

XMLS_MODE_INSERT = 0
How to handle data rows that already exist in a database during and upgrade.

Options are INSERT (attempts to insert duplicate rows), UPDATE (updates existing rows) and IGNORE (ignores existing rows).



[ Top ]



XMLS_MODE_UPDATE [line 93]

XMLS_MODE_UPDATE = 1

[ Top ]




Documentation generated on Fri, 18 Jul 2008 21:42:36 +0200 by phpDocumentor 1.4.1