File: Program_Root/adodb-xmlschema.inc.php

*
**************************************************************************** *****************************************************************************
Classes defined in this file ^TOP

CLASS NAME

DESCRIPTION

This class stores information about a database table. As charactaristics of the table are loaded from the external source, methods and properties of this class are used to build up the table description in ADOdb's datadict format.
This class stores information about a database index. As charactaristics of the index are loaded from the external source, methods and properties of this class are used to build up the index description in ADOdb's datadict format.
This class compiles a list of SQL queries specified in the external file.
adoSchema This class is used to load and parse the XML file, to create an array of SQL statements that can be used to build a database, and to build the database using the SQL array.


Include Statements Summary ^TOP
INCLUDE TYPEINCLUDED FILENAMEDESCRIPTION
require "adodb.inc.php" Include the main ADODB library


Global Variable Summary ^TOP
VARIABLE NAMEVARIABLE VALUEDESCRIPTION


Constant Summary ^TOP
CONSTANT NAMECONSTANT VALUEDESCRIPTION
XMLS_PREFIX_MAXLEN 10 Maximum length allowed for object prefix


Function Summary ^TOP

Include Statements Detail ^TOP
Include Type : require
Include File : "adodb.inc.php"
Include the main ADODB library

Global Variable Detail ^TOP

Constant Detail ^TOP
Constant Name : XMLS_PREFIX_MAXLEN
Value : 10
Maximum length allowed for object prefix


Function Detail ^TOP