phing-tasks-ext-pdo
[ class tree: phing-tasks-ext-pdo ] [ index: phing-tasks-ext-pdo ] [ all elements ]

Element index for package phing-tasks-ext-pdo

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ m ] [ o ] [ p ] [ r ] [ s ] [ x ] [ _ ]

_

__construct
in file PDOSQLExecTask.php, method PDOSQLExecTransaction::__construct()
__construct
in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::__construct()
    Construct a new PDOSQLExecFormatterElement with parent task.
top

a

addFileset
in file PDOSQLExecTask.php, method PDOSQLExecTask::addFileset()
    Adds a set of files (nested fileset attribute).
addText
in file PDOSQLExecTask.php, method PDOSQLExecTransaction::addText()
addText
in file PDOSQLExecTask.php, method PDOSQLExecTask::addText()
    Set an inline SQL command to execute.
top

c

close
in file XMLPDOResultFormatter.php, method XMLPDOResultFormatter::close()
    Write XML to file and free the DOM objects.
close
in file PDOResultFormatter.php, method PDOResultFormatter::close()
    Perform any final tasks and Close the writer.
closeFormatters
in file PDOSQLExecTask.php, method PDOSQLExecTask::closeFormatters()
    Run cleanup and close formatters.
createFormatter
in file PDOSQLExecTask.php, method PDOSQLExecTask::createFormatter()
    Creates a new PDOSQLExecFormatterElement for <formatter> element.
createParam
in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::createParam()
    Supports nested <param> element (for custom formatter classes).
createTransaction
in file PDOSQLExecTask.php, method PDOSQLExecTask::createTransaction()
    Add a SQL transaction to execute
top

d

DELIM_NORMAL
in file PDOSQLExecTask.php, class constant PDOSQLExecTask::DELIM_NORMAL
DELIM_ROW
in file PDOSQLExecTask.php, class constant PDOSQLExecTask::DELIM_ROW
top

e

execSQL
in file PDOSQLExecTask.php, method PDOSQLExecTask::execSQL()
    Exec the sql statement.
top

g

getAppend
in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::getAppend()
    Whether output should be appended to file.
getConfiguredFormatters
in file PDOSQLExecTask.php, method PDOSQLExecTask::getConfiguredFormatters()
    Returns configured PDOResultFormatter objects (which were created from PDOSQLExecFormatterElement objects).
getFormatter
in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::getFormatter()
    Gets the formatter that has been configured based on this element.
getOutfile
in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::getOutfile()
    Get the output file.
getOutput
in file PDOResultFormatter.php, method PDOResultFormatter::getOutput()
    Gets the output writer.
getPreferredOutfile
in file XMLPDOResultFormatter.php, method XMLPDOResultFormatter::getPreferredOutfile()
    Gets a preferred filename for an output file.
getPreferredOutfile
in file PlainPDOResultFormatter.php, method PlainPDOResultFormatter::getPreferredOutfile()
getPreferredOutfile
in file PDOResultFormatter.php, method PDOResultFormatter::getPreferredOutfile()
    Gets the preferred output filename for this formatter.
getUseFile
in file PDOSQLExecFormatterElement.php, method PDOSQLExecFormatterElement::getUseFile()
    Return whether to write formatter results to file.
top

i

initFormatters
in file PDOSQLExecTask.php, method PDOSQLExecTask::initFormatters()
    Initialize the formatters.
initialize
in file PDOResultFormatter.php, method PDOResultFormatter::initialize()
    Perform any initialization.
initialize
in file XMLPDOResultFormatter.php, method XMLPDOResultFormatter::initialize()
isSelectSql
in file PDOSQLExecTask.php, method PDOSQLExecTask::isSelectSql()
    Whether the passed-in SQL statement is a SELECT statement.
top

m

main
in file PDOSQLExecTask.php, method PDOSQLExecTask::main()
    Load the sql file and then execute it
top

o

$out
in file PDOResultFormatter.php, variable PDOResultFormatter::$out
    Output writer.
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

r

runStatements
in file PDOSQLExecTask.php, method PDOSQLExecTask::runStatements()
    read in lines and execute them
runTransaction
in file PDOSQLExecTask.php, method PDOSQLExecTransaction::runTransaction()
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

x

XMLPDOResultFormatter.php
procedural page XMLPDOResultFormatter.php
XMLPDOResultFormatter
in file XMLPDOResultFormatter.php, class XMLPDOResultFormatter
    XML formatter for PDO results.
top

Documentation generated on Mon, 19 Oct 2009 10:50:11 +0200 by phpDocumentor 1.4.3