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


Public Member Functions | |
| dbQuerySet (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| newQuery () | |
| discardQuery () | |
| buildQuery ($sql=NULL) | |
| addQuery () | |
| create (&$xmls) | |
| prefixQuery ($regex, $query, $prefix=NULL) | |
| dbQuerySet (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| newQuery () | |
| discardQuery () | |
| buildQuery ($sql=NULL) | |
| addQuery () | |
| create (&$xmls) | |
| prefixQuery ($regex, $query, $prefix=NULL) | |
Data Fields | |
| $queries = array() | |
| $query | |
| $prefixKey = '' | |
| $prefixMethod = 'AUTO' | |
Definition at line 960 of file adodb-xmlschema.inc.php.
| _tag_cdata | ( | &$ | parser, |
| $ | cdata | ||
| ) |
XML Callback to process CDATA elements
Reimplemented from dbObject.
Definition at line 1040 of file adodb-xmlschema.inc.php.

| _tag_cdata | ( | &$ | parser, |
| $ | cdata | ||
| ) |
XML Callback to process CDATA elements
Reimplemented from dbObject.
Definition at line 1139 of file adodb-xmlschema03.inc.php.

| _tag_close | ( | &$ | parser, |
| $ | tag | ||
| ) |
XML Callback to process end elements
private
Reimplemented from dbObject.
Definition at line 1056 of file adodb-xmlschema.inc.php.

| _tag_close | ( | &$ | parser, |
| $ | tag | ||
| ) |
XML Callback to process end elements
private
Reimplemented from dbObject.
Definition at line 1155 of file adodb-xmlschema03.inc.php.

| _tag_open | ( | &$ | parser, |
| $ | tag, | ||
| $ | attributes | ||
| ) |
XML Callback to process start elements. Elements currently processed are: QUERY.
private
Reimplemented from dbObject.
Definition at line 1018 of file adodb-xmlschema.inc.php.

| _tag_open | ( | &$ | parser, |
| $ | tag, | ||
| $ | attributes | ||
| ) |
XML Callback to process start elements. Elements currently processed are: QUERY.
private
Reimplemented from dbObject.
Definition at line 1117 of file adodb-xmlschema03.inc.php.

| addQuery | ( | ) |
Adds a completed query to the query list
Definition at line 1117 of file adodb-xmlschema.inc.php.

| addQuery | ( | ) |
Adds a completed query to the query list
Definition at line 1216 of file adodb-xmlschema03.inc.php.
| buildQuery | ( | $ | sql = NULL | ) |
Appends a line to a query that is being built line by line
| string | $data | Line of SQL data or NULL to initialize a new query |
Definition at line 1102 of file adodb-xmlschema.inc.php.

| buildQuery | ( | $ | sql = NULL | ) |
Appends a line to a query that is being built line by line
| string | $data | Line of SQL data or NULL to initialize a new query |
Definition at line 1201 of file adodb-xmlschema03.inc.php.
| create | ( | &$ | xmls | ) |
Creates and returns the current query set
| object | $xmls | adoSchema object |
Reimplemented from dbObject.
Definition at line 1135 of file adodb-xmlschema.inc.php.


| create | ( | &$ | xmls | ) |
Creates and returns the current query set
| object | $xmls | adoSchema object |
Reimplemented from dbObject.
Definition at line 1234 of file adodb-xmlschema03.inc.php.

| dbQuerySet | ( | &$ | parent, |
| $ | attributes = NULL |
||
| ) |
Initializes the query set.
| object | $parent | Parent object |
| array | $attributes | Attributes |
Definition at line 988 of file adodb-xmlschema.inc.php.
| dbQuerySet | ( | &$ | parent, |
| $ | attributes = NULL |
||
| ) |
Initializes the query set.
| object | $parent | Parent object |
| array | $attributes | Attributes |
Definition at line 1087 of file adodb-xmlschema03.inc.php.
| discardQuery | ( | ) |
Discards the existing query.
Definition at line 1090 of file adodb-xmlschema.inc.php.

| discardQuery | ( | ) |
Discards the existing query.
Definition at line 1189 of file adodb-xmlschema03.inc.php.
| newQuery | ( | ) |
Re-initializes the query.
Definition at line 1079 of file adodb-xmlschema.inc.php.

| newQuery | ( | ) |
Re-initializes the query.
Definition at line 1178 of file adodb-xmlschema03.inc.php.
| prefixQuery | ( | $ | regex, |
| $ | query, | ||
| $ | prefix = NULL |
||
| ) |
Rebuilds the query with the prefix attached to any objects
| string | $regex | Regex used to add prefix |
| string | $query | SQL query string |
| string | $prefix | Prefix to be appended to tables, indices, etc. |
Definition at line 1177 of file adodb-xmlschema.inc.php.

| prefixQuery | ( | $ | regex, |
| $ | query, | ||
| $ | prefix = NULL |
||
| ) |
Rebuilds the query with the prefix attached to any objects
| string | $regex | Regex used to add prefix |
| string | $query | SQL query string |
| string | $prefix | Prefix to be appended to tables, indices, etc. |
Definition at line 1276 of file adodb-xmlschema03.inc.php.
| $prefixKey = '' |
Definition at line 975 of file adodb-xmlschema.inc.php.
| $prefixMethod = 'AUTO' |
Definition at line 980 of file adodb-xmlschema.inc.php.
| $queries = array() |
Definition at line 965 of file adodb-xmlschema.inc.php.
| $query |
Definition at line 970 of file adodb-xmlschema.inc.php.