Method |
Description |
|
_tag_cdata ( &$parser, $cdata ) |
XML Callback to process CDATA elements |
|
_tag_close ( &$parser, $tag ) |
XML Callback to process end elements |
|
_tag_open ( &$parser, $tag, $attributes ) |
XML Callback to process start elements. Elements currently
processed are: QUERY. |
|
addQuery ( ) : string |
Adds a completed query to the query list |
|
buildQuery ( $sql = NULL ) : string |
Appends a line to a query that is being built line by line |
|
create ( object &$xmls ) : array |
Creates and returns the current query set |
|
dbQuerySet ( object &$parent, array $attributes = NULL ) |
Initializes the query set. |
|
discardQuery ( ) : boolean |
Discards the existing query. |
|
newQuery ( ) : boolean |
Re-initializes the query. |
|
prefixQuery ( string $regex, string $query, string $prefix = NULL ) : string |
Rebuilds the query with the prefix attached to any objects |
|