|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| dbObject (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| create (&$xmls) | |
| destroy () | |
| supportedPlatform ($platform=NULL) | |
| prefix ($name= '') | |
| FieldID ($field) | |
| dbObject (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| create (&$xmls) | |
| destroy () | |
| supportedPlatform ($platform=NULL) | |
| prefix ($name= '') | |
| FieldID ($field) | |
Data Fields | |
| $parent | |
| $currentElement | |
Definition at line 106 of file adodb-xmlschema.inc.php.
| _tag_cdata | ( | &$ | parser, |
| $ | cdata | ||
| ) |
XML Callback to process CDATA elements
private
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 139 of file adodb-xmlschema.inc.php.
| _tag_cdata | ( | &$ | parser, |
| $ | cdata | ||
| ) |
XML Callback to process CDATA elements
private
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 157 of file adodb-xmlschema03.inc.php.
| _tag_close | ( | &$ | parser, |
| $ | tag | ||
| ) |
XML Callback to process end elements
private
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 148 of file adodb-xmlschema.inc.php.
| _tag_close | ( | &$ | parser, |
| $ | tag | ||
| ) |
XML Callback to process end elements
private
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 166 of file adodb-xmlschema03.inc.php.
| _tag_open | ( | &$ | parser, |
| $ | tag, | ||
| $ | attributes | ||
| ) |
XML Callback to process start elements
private
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 130 of file adodb-xmlschema.inc.php.
| _tag_open | ( | &$ | parser, |
| $ | tag, | ||
| $ | attributes | ||
| ) |
XML Callback to process start elements
private
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 148 of file adodb-xmlschema03.inc.php.
| create | ( | &$ | xmls | ) |
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 152 of file adodb-xmlschema.inc.php.
| create | ( | &$ | xmls | ) |
Reimplemented in dbQuerySet, dbQuerySet, dbData, dbData, dbIndex, dbIndex, dbTable, and dbTable.
Definition at line 170 of file adodb-xmlschema03.inc.php.
| dbObject | ( | &$ | parent, |
| $ | attributes = NULL |
||
| ) |
NOP
Definition at line 121 of file adodb-xmlschema.inc.php.
| dbObject | ( | &$ | parent, |
| $ | attributes = NULL |
||
| ) |
NOP
Definition at line 139 of file adodb-xmlschema03.inc.php.
| destroy | ( | ) |
Destroys the object
Definition at line 159 of file adodb-xmlschema.inc.php.

| destroy | ( | ) |
Destroys the object
Definition at line 177 of file adodb-xmlschema03.inc.php.
| FieldID | ( | $ | field | ) |
Extracts a field ID from the specified field.
| string | $field | Field. |
Definition at line 190 of file adodb-xmlschema.inc.php.

| FieldID | ( | $ | field | ) |
Extracts a field ID from the specified field.
| string | $field | Field. |
Definition at line 208 of file adodb-xmlschema03.inc.php.
| prefix | ( | $ | name = '' | ) |
Returns the prefix set by the ranking ancestor of the database object.
| string | $name | Prefix string. |
Definition at line 180 of file adodb-xmlschema.inc.php.

| prefix | ( | $ | name = '' | ) |
Returns the prefix set by the ranking ancestor of the database object.
| string | $name | Prefix string. |
Definition at line 198 of file adodb-xmlschema03.inc.php.
| supportedPlatform | ( | $ | platform = NULL | ) |
Checks whether the specified RDBMS is supported by the current database object or its ranking ancestor.
| string | $platform | RDBMS platform name (from ADODB platform list). |
Definition at line 170 of file adodb-xmlschema.inc.php.

| supportedPlatform | ( | $ | platform = NULL | ) |
Checks whether the specified RDBMS is supported by the current database object or its ranking ancestor.
| string | $platform | RDBMS platform name (from ADODB platform list). |
Definition at line 188 of file adodb-xmlschema03.inc.php.
| $currentElement |
var string current element
Definition at line 116 of file adodb-xmlschema.inc.php.
| $parent |
var object Parent
Definition at line 111 of file adodb-xmlschema.inc.php.