[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ e ] [ g ] [ i ] [ n ] [ ] [ s ] [ t ] [ u ]

a

add
in file sql2xml.php, method XML_sql2xml::add()
    General method for adding new resultsets to the xml-object
addArray
in file sql2xml.php, method XML_sql2xml::addArray()
    Adds an aditional resultset generated from an Array to $this->xmldoc TODO: more explanation, how arrays are transferred
addResult
in file sql2xml.php, method XML_sql2xml::addResult()
    Adds an additional pear::db_result resultset to $this->xmldoc
addSql
in file sql2xml.php, method XML_sql2xml::addSql()
    Adds an aditional resultset generated from an sql-statement to $this->xmldoc
addTableinfo
in file sql2xml_ext.php, method XML_sql2xml_ext::addTableinfo()
addXmlFile
in file sql2xml.php, method XML_sql2xml::addXmlFile()
    Adds the content of a xml-file to $this->xmldoc, on the same level as a normal resultset (mostly just below <root>)
addXmlString
in file sql2xml.php, method XML_sql2xml::addXmlString()
    Adds the content of a xml-string to $this->xmldoc, on the same level as a normal resultset (mostly just below <root>)
top

e

$encoding_from
in file sql2xml.php, variable XML_sql2xml::$encoding_from
    the encoding type, the input from the db has
$encoding_to
in file sql2xml.php, variable XML_sql2xml::$encoding_to
    the encoding type, the output in the xml should have
top

g

getXML
in file sql2xml.php, method XML_sql2xml::getXML()
    Returns an xml-string with a xml-representation of the resultsets.
getXMLObject
in file sql2xml.php, method XML_sql2xml::getXMLObject()
    Returns an xml DomDocument Object with a xml-representation of the resultsets.
getXpathChildValues
in file sql2xml.php, method XML_sql2xml::getXpathChildValues()
    get the values as an array from the childtags from the first match of the xpath expression
getXpathValue
in file sql2xml.php, method XML_sql2xml::getXpathValue()
    returns the content of the first match of the xpath expression
top

i

insertNewElement
in file sql2xml_ext.php, method XML_sql2xml_ext::insertNewElement()
insertNewResult
in file sql2xml_ext.php, method XML_sql2xml_ext::insertNewResult()
insertNewRow
in file sql2xml_ext.php, method XML_sql2xml_ext::insertNewRow()
top

n

$nested
in file sql2xml.php, variable XML_sql2xml::$nested
    If joined-tables should be output nested.
top

p

prepareArray
in file sql2xml.php, method XML_sql2xml::prepareArray()
    Makes sure the given array has no integer indices
top

s

SetAttribute
in file sql2xml_ext.php, method XML_sql2xml_ext::SetAttribute()
setEncoding
in file sql2xml.php, method XML_sql2xml::setEncoding()
    sets the encoding for the db2xml transformation
setOptions
in file sql2xml.php, method XML_sql2xml::setOptions()
    This method sets the options for the class One can only set variables, which are defined at the top of of this class.
SetParentTables
in file sql2xml.php, method XML_sql2xml::SetParentTables()
SetResultRootTag
in file sql2xml_ext.php, method XML_sql2xml_ext::SetResultRootTag()
sql2xml.php
procedural page sql2xml.php
sql2xml_ext.php
procedural page sql2xml_ext.php
top

t

$tagname
in file sql2xml.php, variable XML_sql2xml::$tagname
$tagNameResult
in file sql2xml.php, variable XML_sql2xml::$tagNameResult
    Name of the tag element for resultsets
$tagNameRow
in file sql2xml.php, variable XML_sql2xml::$tagNameRow
    Name of the tag element for rows
top

u

$user_options
in file sql2xml.php, variable XML_sql2xml::$user_options
    Options to be used in extended Classes (for example in sql2xml_ext).
top

x

XML_sql2xml
in file sql2xml.php, class XML_sql2xml
    This class takes a PEAR::DB-Result Object, a sql-query-string or an array and returns a xml-representation of it.
XML_sql2xml
in file sql2xml.php, method XML_sql2xml::XML_sql2xml()
    Constructor The Constructor can take a Pear::DB "data source name" (eg.
XML_sql2xml_ext
in file sql2xml_ext.php, method XML_sql2xml_ext::XML_sql2xml_ext()
    Constructor The Constructor can take a Pear::DB "data source name" (eg.
XML_sql2xml_ext
in file sql2xml_ext.php, class XML_sql2xml_ext
    This class shows with an example, how the base sql2xml-class could be extended.
top

Documentation generated on Mon, 11 Mar 2019 15:18:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.