XML formatter for PDO results.
This class reprsents the output of a query using a simple XML schema.
The actual names of the colums will depend on the fetchmode that was used with PDO.
author | Hans Lellelid |
---|---|
package | phing.tasks.ext.pdo |
since | 2.3.0 |
close()
getPreferredOutfile() : string
If no filename is specified, this is where the results will be placed (unless usefile=false).
string
initialize()
processRow(array $row)
array
Row of PDO result set.
setEncoding(string $v)
string
setFormatOutput(boolean $v)
boolean
setOutput(\Writer $out)
$doc : \DOMDocument
$encoding : string
$formatOutput : boolean
$rootNode : \DOMElement