Element index for package phing-tasks-ext-pdo
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ x ]
[ _ ]
top
top
top
top
top
top
top
top
top
p
- PDOResultFormatter
- in file PDOResultFormatter.php, class PDOResultFormatter
Abstract
- PDOSQLExecFormatterElement
- in file PDOSQLExecFormatterElement.php, class PDOSQLExecFormatterElement
A class to represent the nested <formatter> element for PDO SQL results.
- PDOSQLExecTask
- in file PDOSQLExecTask.php, class PDOSQLExecTask
Executes a series of SQL statements on a database using PDO.
- PDOSQLExecTransaction
- in file PDOSQLExecTask.php, class PDOSQLExecTransaction
"Inner" class that contains the definition of a new transaction element.
- PlainPDOResultFormatter
- in file PlainPDOResultFormatter.php, class PlainPDOResultFormatter
Plain text formatter for PDO results.
- prepare
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::prepare()
Configures wrapped formatter class with any attributes on this element.
- processResults
- in file PDOSQLExecTask.php, method PDOSQLExecTask::processResults()
Passes results from query to any formatters.
- processRow
- in file PlainPDOResultFormatter.php, method PlainPDOResultFormatter::processRow()
Processes a specific row from PDO result set.
- processRow
- in file PDOResultFormatter.php, method PDOResultFormatter::processRow()
Processes a specific row from PDO result set.
- processRow
- in file XMLPDOResultFormatter.php, method XMLPDOResultFormatter::processRow()
Processes a specific row from PDO result set.
- PDOResultFormatter.php
- procedural page PDOResultFormatter.php
- PDOSQLExecFormatterElement.php
- procedural page PDOSQLExecFormatterElement.php
- PDOSQLExecTask.php
- procedural page PDOSQLExecTask.php
- PlainPDOResultFormatter.php
- procedural page PlainPDOResultFormatter.php
top
top
s
- setAppend
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setAppend()
whether output should be appended to or overwrite an existing file. Defaults to false.
- setClassName
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setClassName()
Set classname for a custom formatter (must extend PDOResultFormatter).
- setColdelim
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setColdelim()
Sets the column delimiter.
- setColdelim
- in file PlainPDOResultFormatter.php, method PlainPDOResultFormatter::setColdelim()
Sets the column delimiter.
- setDelimiter
- in file PDOSQLExecTask.php, method PDOSQLExecTask::setDelimiter()
Set the statement delimiter.
- setDelimiterType
- in file PDOSQLExecTask.php, method PDOSQLExecTask::setDelimiterType()
Set the Delimiter type for this sql task. The delimiter type takes two values - normal and row. Normal means that any occurence of the delimiter terminate the SQL command whereas with row, only a line containing just the delimiter is recognized as the end of the command.
- setEncoding
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setEncoding()
Set the DOM document encoding.
- setEncoding
- in file XMLPDOResultFormatter.php, method XMLPDOResultFormatter::setEncoding()
Set the DOM document encoding.
- setEncoding
- in file PDOSQLExecTask.php, method PDOSQLExecTask::setEncoding()
Set the file encoding to use on the SQL files read in
- setFetchmode
- in file PDOSQLExecTask.php, method PDOSQLExecTask::setFetchmode()
Sets the fetch mode to use for the PDO resultset.
- setFormatOutput
- in file XMLPDOResultFormatter.php, method XMLPDOResultFormatter::setFormatOutput()
- setFormatOutput
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setFormatOutput()
- setOnerror
- in file PDOSQLExecTask.php, method PDOSQLExecTask::setOnerror()
Action to perform when statement fails: continue, stop, or abort
- setOutfile
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setOutfile()
Sets the output file for the formatter results.
- setOutput
- in file PDOResultFormatter.php, method PDOResultFormatter::setOutput()
Sets the output writer.
- setRowdelim
- in file PlainPDOResultFormatter.php, method PlainPDOResultFormatter::setRowdelim()
Sets the row delimiter.
- setRowdelim
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setRowdelim()
Sets the row delimiter.
- setShowheaders
- in file PlainPDOResultFormatter.php, method PlainPDOResultFormatter::setShowheaders()
Set the showheaders attribute.
- setShowheaders
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setShowheaders()
Print headers for result sets from the statements; optional, default true.
- setSrc
- in file PDOSQLExecTask.php, method PDOSQLExecTransaction::setSrc()
- setSrc
- in file PDOSQLExecTask.php, method PDOSQLExecTask::setSrc()
Set the name of the SQL file to be run.
- setType
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setType()
Sets the formatter type.
- setUseFile
- in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::setUseFile()
Set whether to write formatter results to file.
top
top
|
|