adodb-xmlschema03.inc.php

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 $

Classes

dbObject Abstract DB Object. This class provides basic methods for database objects, such as tables and indexes.
dbTable Creates a table object in ADOdb's datadict format
dbIndex Creates an index object in ADOdb's datadict format
dbData Creates a data object in ADOdb's datadict format
dbQuerySet Creates the SQL to execute a list of provided SQL queries
adoSchema Loads and parses an XML file, creating an array of "ready-to-run" SQL statements

Constants

XMLS_DEBUG

XMLS_DEBUG

XMLS_PREFIX

XMLS_PREFIX

XMLS_PREFIX_MAXLEN

XMLS_PREFIX_MAXLEN

XMLS_EXECUTE_INLINE

XMLS_EXECUTE_INLINE

XMLS_CONTINUE_ON_ERROR

XMLS_CONTINUE_ON_ERROR

XMLS_SCHEMA_VERSION

XMLS_SCHEMA_VERSION

XMLS_DEFAULT_SCHEMA_VERSION

XMLS_DEFAULT_SCHEMA_VERSION

XMLS_MODE_INSERT

XMLS_MODE_INSERT

XMLS_MODE_UPDATE

XMLS_MODE_UPDATE

XMLS_MODE_IGNORE

XMLS_MODE_IGNORE

XMLS_EXISTING_DATA

XMLS_EXISTING_DATA

XMLS_DEFAULT_UPGRADE_METHOD

XMLS_DEFAULT_UPGRADE_METHOD

Functions

_file_get_contents()

_file_get_contents(  $file) 

Parameters

$file

logMsg()

logMsg(  $msg,   $title = NULL,   $force = FALSE) 

Message logging function

Parameters

$msg
$title
$force