Documentation TYPO3 par Ameos |
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) | |
Public Attributes | |
$queries = array() | |
$query | |
$prefixKey = '' | |
$prefixMethod = 'AUTO' |
Definition at line 958 of file adodb-xmlschema.inc.php.
|
Initializes the query set.
Definition at line 986 of file adodb-xmlschema.inc.php. References dbObject::$parent, and $prefixMethod. |
|
Initializes the query set.
Definition at line 1086 of file adodb-xmlschema03.inc.php. References dbObject::$parent, and $prefixMethod. |
|
XML Callback to process CDATA elements Reimplemented from dbObject. Definition at line 1138 of file adodb-xmlschema03.inc.php. References buildQuery(). |
|
XML Callback to process CDATA elements Reimplemented from dbObject. Definition at line 1038 of file adodb-xmlschema.inc.php. References buildQuery(). |
|
XML Callback to process end elements private Reimplemented from dbObject. Definition at line 1154 of file adodb-xmlschema03.inc.php. References addQuery(), dbObject::create(), and dbObject::destroy(). |
|
XML Callback to process end elements private Reimplemented from dbObject. Definition at line 1054 of file adodb-xmlschema.inc.php. References addQuery(), dbObject::create(), and dbObject::destroy(). |
|
XML Callback to process start elements. Elements currently processed are: QUERY. private Reimplemented from dbObject. Definition at line 1116 of file adodb-xmlschema03.inc.php. References discardQuery(), newQuery(), and dbObject::supportedPlatform(). |
|
XML Callback to process start elements. Elements currently processed are: QUERY. private Reimplemented from dbObject. Definition at line 1016 of file adodb-xmlschema.inc.php. References discardQuery(), newQuery(), and dbObject::supportedPlatform(). |
|
Adds a completed query to the query list
Definition at line 1215 of file adodb-xmlschema03.inc.php. |
|
Adds a completed query to the query list
Definition at line 1115 of file adodb-xmlschema.inc.php. Referenced by _tag_close(). |
|
Appends a line to a query that is being built line by line
Definition at line 1200 of file adodb-xmlschema03.inc.php. |
|
Appends a line to a query that is being built line by line
Definition at line 1100 of file adodb-xmlschema.inc.php. Referenced by _tag_cdata(). |
|
Creates and returns the current query set
Definition at line 1233 of file adodb-xmlschema03.inc.php. References $query, and prefixQuery(). |
|
Creates and returns the current query set
Definition at line 1133 of file adodb-xmlschema.inc.php. References $query, and prefixQuery(). |
|
Discards the existing query.
Definition at line 1188 of file adodb-xmlschema03.inc.php. |
|
Discards the existing query.
Definition at line 1088 of file adodb-xmlschema.inc.php. Referenced by _tag_open(). |
|
Re-initializes the query.
Definition at line 1177 of file adodb-xmlschema03.inc.php. |
|
Re-initializes the query.
Definition at line 1077 of file adodb-xmlschema.inc.php. Referenced by _tag_open(). |
|
Rebuilds the query with the prefix attached to any objects
Definition at line 1275 of file adodb-xmlschema03.inc.php. References $query. |
|
Rebuilds the query with the prefix attached to any objects
Definition at line 1175 of file adodb-xmlschema.inc.php. References $query. Referenced by create(). |