

Fonctions membres publiques | |
| 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) | |
Attributs publics | |
| $queries = array() | |
| $query | |
| $prefixKey = '' | |
| $prefixMethod = 'AUTO' | |
| dbQuerySet::dbQuerySet | ( | &$ | parent, | |
| $ | attributes = NULL | |||
| ) |
Initializes the query set.
| object | $parent Parent object | |
| array | $attributes Attributes |
| dbQuerySet::_tag_open | ( | &$ | parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) |
XML Callback to process start elements. Elements currently processed are: QUERY.
private
Réimplémentée à partir de dbObject.
| dbQuerySet::_tag_cdata | ( | &$ | parser, | |
| $ | cdata | |||
| ) |
XML Callback to process CDATA elements
Réimplémentée à partir de dbObject.
| dbQuerySet::_tag_close | ( | &$ | parser, | |
| $ | tag | |||
| ) |
| dbQuerySet::newQuery | ( | ) |
Re-initializes the query.
| dbQuerySet::discardQuery | ( | ) |
Discards the existing query.
| dbQuerySet::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 |
| dbQuerySet::addQuery | ( | ) |
Adds a completed query to the query list
| dbQuerySet::create | ( | &$ | xmls | ) |
Creates and returns the current query set
| object | $xmls adoSchema object |
| dbQuerySet::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. |
| dbQuerySet::dbQuerySet | ( | &$ | parent, | |
| $ | attributes = NULL | |||
| ) |
Initializes the query set.
| object | $parent Parent object | |
| array | $attributes Attributes |
| dbQuerySet::_tag_open | ( | &$ | parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) |
XML Callback to process start elements. Elements currently processed are: QUERY.
private
Réimplémentée à partir de dbObject.
| dbQuerySet::_tag_cdata | ( | &$ | parser, | |
| $ | cdata | |||
| ) |
XML Callback to process CDATA elements
Réimplémentée à partir de dbObject.
| dbQuerySet::_tag_close | ( | &$ | parser, | |
| $ | tag | |||
| ) |
| dbQuerySet::newQuery | ( | ) |
Re-initializes the query.
| dbQuerySet::discardQuery | ( | ) |
Discards the existing query.
| dbQuerySet::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 |
| dbQuerySet::addQuery | ( | ) |
Adds a completed query to the query list
| dbQuerySet::create | ( | &$ | xmls | ) |
Creates and returns the current query set
| object | $xmls adoSchema object |
| dbQuerySet::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. |
| dbQuerySet::$queries = array() |
| dbQuerySet::$query |
| dbQuerySet::$prefixKey = '' |
| dbQuerySet::$prefixMethod = 'AUTO' |
1.5.3