A class to represent the nested
This class is inspired by the similarly-named class in the PHPUnit tasks.
author | Hans Lellelid |
---|---|
package | phing.tasks.ext.pdo |
since | 2.3.0 |
__construct(\PDOSQLExecTask $parentTask)
\PDOSQLExecTask
getAppend() : boolean
boolean
getFormatter() : \PDOResultFormatter
getUseFile() : boolean
boolean
prepare()
setAppend(boolean $append)
Defaults to false.
boolean
setClassName(string $className)
string
setColdelim(string $v)
string
setEncoding(string $v)
string
setFormatOutput(boolean $v)
boolean
setOutfile(\PhingFile $outfile)
setRowdelim(string $v)
string
setShowheaders(boolean $showheaders)
boolean
setType(string $type)
string
setUseFile(boolean $useFile)
boolean
$append : boolean
$coldelimiter : string
Defaults to ','
$encoding : string
$formatoutput : boolean
$formatter : \PDOResultFormatter
$formatterParams : array
$outfile : \PhingFile
$parentTask : \PDOSQLExecTask
$rowdelimiter : string
Defaults to PHP_EOL.
$showheaders : boolean
$type : string
$useFile : boolean