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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ p ] [ q ] [ r ] [ s ] [ u ] [ x ] [ _ ]

a

addResultSet
in file Array.php, method XML_Query2XML_Driver_Array::addResultSet()
    Add a named result set.
ADOdb.php
procedural page ADOdb.php
Array.php
procedural page Array.php
top

c

Callbacks
in file case05.php, class Callbacks
clearProfile
in file Query2XML.php, method XML_Query2XML::clearProfile()
    Calls XML_Query2XML::stopProfiling() and then clears the profiling data by resetting a private property.
case01.php
procedural page case01.php
case02.php
procedural page case02.php
case02_debug.php
procedural page case02_debug.php
case03.php
procedural page case03.php
case03_debug.php
procedural page case03_debug.php
case04.php
procedural page case04.php
case04_debug.php
procedural page case04_debug.php
case05.php
procedural page case05.php
case05_debug.php
procedural page case05_debug.php
case06.php
procedural page case06.php
case06_debug.php
procedural page case06_debug.php
case07.php
procedural page case07.php
case07_debug.php
procedural page case07_debug.php
case08.php
procedural page case08.php
case08_debug.php
procedural page case08_debug.php
Callback.php
procedural page Callback.php
top

d

departmentMapper
in file case08.php, method Mappers::departmentMapper()
disableDebugLog
in file Query2XML.php, method XML_Query2XML::disableDebugLog()
    Disable the logging of debug messages
DB.php
procedural page DB.php
top

e

employeeMapper
in file case08.php, method Mappers::employeeMapper()
enableDebugLog
in file Query2XML.php, method XML_Query2XML::enableDebugLog()
    Enable the logging of debug messages.
execute
in file case06_debug.php, method UppercaseColumnCommand::execute()
execute
in file Callback.php, method XML_Query2XML_Callback::execute()
    This method will be called by XML_Query2XML.
top

f

factory
in file Query2XML.php, method XML_Query2XML::factory()
    Factory method.
factory
in file Array.php, method XML_Query2XML_Driver_Array::factory()
    Factory method
factory
in file Query2XML.php, method XML_Query2XML_Driver::factory()
    Factory method.
firstTwoChars
in file case04_debug.php, function firstTwoChars()
top

g

getAllRecords
in file ADOdb.php, method XML_Query2XML_Driver_ADOdb::getAllRecords()
    Execute a SQL SELECT statement and fetch all records from the result set.
getAllRecords
in file MDB2.php, method XML_Query2XML_Driver_MDB2::getAllRecords()
    Execute a SQL SELECT stement and fetch all records from the result set.
getAllRecords
in file PDO.php, method XML_Query2XML_Driver_PDO::getAllRecords()
    Execute a SQL SELECT stement and fetch all records from the result set.
getAllRecords
in file Query2XML.php, method XML_Query2XML_Driver::getAllRecords()
    This method, when implemented executes the query passed as the first argument and returns all records from the result set.
getAllRecords
in file LDAP.php, method XML_Query2XML_Driver_LDAP::getAllRecords()
    Execute a LDAP query stement and fetch all results.
getAllRecords
in file LDAP2.php, method XML_Query2XML_Driver_LDAP2::getAllRecords()
    Execute a LDAP query stement and fetch all results.
getAllRecords
in file DB.php, method XML_Query2XML_Driver_DB::getAllRecords()
    Execute a SQL SELECT stement and fetch all records from the result set.
getAllRecords
in file Array.php, method XML_Query2XML_Driver_Array::getAllRecords()
    Returns all records from a named result set.
getFirstWord
in file case05.php, method Callbacks::getFirstWord()
getFlatXML
in file Query2XML.php, method XML_Query2XML::getFlatXML()
    Transforms the data retrieved by a single SQL query into flat XML data.
getGlobalOption
in file Query2XML.php, method XML_Query2XML::getGlobalOption()
    Returns the current value for a global option.
getProfile
in file Query2XML.php, method XML_Query2XML::getProfile()
    Returns the profile as a single multi line string.
getRawProfile
in file Query2XML.php, method XML_Query2XML::getRawProfile()
    Returns all raw profiling data.
getSecondWord
in file case05.php, method Callbacks::getSecondWord()
getStatePostalCode
in file case08.php, method Helper::getStatePostalCode()
    Translates a US state name into its two-letter postal code.
getXML
in file Query2XML.php, method XML_Query2XML::getXML()
    Transforms your SQL data retrieved by one or more queries into complex and highly configurable XML data.
top

h

Helper
in file case08.php, class Helper
    Static class that provides validation and parsing methods for generating XML.
top

i

ISO9075Mapper.php
procedural page ISO9075Mapper.php
top

l

LDAP.php
procedural page LDAP.php
LDAP2.php
procedural page LDAP2.php
top

m

map
in file ISO9075Mapper.php, method XML_Query2XML_ISO9075Mapper::map()
    This method maps an SQL identifier to an XML name according to FCD ISO/IEC 9075-14:2005.
mapArtist
in file case08.php, function mapArtist()
Mappers
in file case08.php, class Mappers
MDB2.php
procedural page MDB2.php
top

p

preprocessQuery
in file Query2XML.php, method XML_Query2XML_Driver::preprocessQuery()
    Pre-processes a query specification and returns a string representation of the query.
preprocessQuery
in file MDB2.php, method XML_Query2XML_Driver_MDB2::preprocessQuery()
    Pre-processes a query specification and returns a string representation of the query.
preprocessQuery
in file LDAP2.php, method XML_Query2XML_Driver_LDAP2::preprocessQuery()
    Pre-processes LDAP query specifications.
preprocessQuery
in file DB.php, method XML_Query2XML_Driver_DB::preprocessQuery()
    Pre-processes a query specification and returns a string representation of the query.
preprocessQuery
in file LDAP.php, method XML_Query2XML_Driver_LDAP::preprocessQuery()
    Pre-processes LDAP query specifications.
PDO.php
procedural page PDO.php
top

q

Query2XML.php
procedural page Query2XML.php
top

r

registerPrefix
in file Query2XML.php, method XML_Query2XML::registerPrefix()
    Register a prefix that can be used in all value specifications.
removeResultSet
in file Array.php, method XML_Query2XML_Driver_Array::removeResultSet()
    Remove a named result set.
top

s

$statePostalCodes
in file case08.php, variable Helper::$statePostalCodes
    Associative array of US postal state codes
saleMapper
in file case08.php, method Mappers::saleMapper()
setGlobalOption
in file Query2XML.php, method XML_Query2XML::setGlobalOption()
    Set a global option.
startProfiling
in file Query2XML.php, method XML_Query2XML::startProfiling()
    Start profiling.
stopProfiling
in file Query2XML.php, method XML_Query2XML::stopProfiling()
    Stop profiling.
summarize
in file case08.php, method Helper::summarize()
summarizeComment
in file case08.php, method Helper::summarizeComment()
top

u

unregisterAllPrefixes
in file Query2XML.php, method XML_Query2XML::unregisterAllPrefixes()
    Unregister all prefixes.
unregisterPrefix
in file Query2XML.php, method XML_Query2XML::unregisterPrefix()
    Unregister a prefix.
UppercaseColumnCommand
in file case06_debug.php, class UppercaseColumnCommand
    Command class that implements the command pattern.
top

x

XML_Query2XML
in file Query2XML.php, class XML_Query2XML
    Create XML data from SQL queries.
XML_Query2XML_ArrayException
in file Array.php, class XML_Query2XML_ArrayException
    Exception for errors related to the array driver.
XML_Query2XML_Callback
in file Callback.php, class XML_Query2XML_Callback
    Callback interface
XML_Query2XML_ConfigException
in file Query2XML.php, class XML_Query2XML_ConfigException
    Exception that handles configuration errors.
XML_Query2XML_DBException
in file Query2XML.php, class XML_Query2XML_DBException
    Exception for database errors
XML_Query2XML_Driver
in file Query2XML.php, class XML_Query2XML_Driver
    Abstract driver class.
XML_Query2XML_DriverException
in file Query2XML.php, class XML_Query2XML_DriverException
    Exception for driver errors
XML_Query2XML_Driver_ADOdb
in file ADOdb.php, class XML_Query2XML_Driver_ADOdb
    Driver for the database abstraction layer ADOdb.
XML_Query2XML_Driver_Array
in file Array.php, class XML_Query2XML_Driver_Array
    Array-based driver.
XML_Query2XML_Driver_DB
in file DB.php, class XML_Query2XML_Driver_DB
    Driver for the database abstraction layer PEAR DB.
XML_Query2XML_Driver_LDAP
in file LDAP.php, class XML_Query2XML_Driver_LDAP
    Driver for Net_LDAP.
XML_Query2XML_Driver_LDAP2
in file LDAP2.php, class XML_Query2XML_Driver_LDAP2
    Driver for Net_LDAP2.
XML_Query2XML_Driver_MDB2
in file MDB2.php, class XML_Query2XML_Driver_MDB2
    Driver for the database abstraction layer PEAR MDB2.
XML_Query2XML_Driver_PDO
in file PDO.php, class XML_Query2XML_Driver_PDO
    Driver for the database abstraction layer PDO.
XML_Query2XML_Exception
in file Query2XML.php, class XML_Query2XML_Exception
    Parent class for ALL exceptions thrown by this package.
XML_Query2XML_ISO9075Mapper
in file ISO9075Mapper.php, class XML_Query2XML_ISO9075Mapper
    Maps SQL identifiers to XML names according to Final Committee Draft for ISO/IEC 9075-14:2005, section "9.1 Mapping SQL <identifier>s to XML Names".
XML_Query2XML_ISO9075Mapper_Exception
in file ISO9075Mapper.php, class XML_Query2XML_ISO9075Mapper_Exception
    Only XML_Query2XML_ISO9075Mapper will throw this exception.
XML_Query2XML_LDAP2Exception
in file LDAP2.php, class XML_Query2XML_LDAP2Exception
    Exception for LDAP errors
XML_Query2XML_LDAPException
in file LDAP.php, class XML_Query2XML_LDAPException
    Exception for LDAP errors
XML_Query2XML_XMLException
in file Query2XML.php, class XML_Query2XML_XMLException
    Exception for XML errors In most cases this exception will be thrown if a DOMException occurs.
top

_

__construct
in file Query2XML.php, method XML_Query2XML_ConfigException::__construct()
    Constructor method
__construct
in file PDO.php, method XML_Query2XML_Driver_PDO::__construct()
    Constructor
__construct
in file MDB2.php, method XML_Query2XML_Driver_MDB2::__construct()
    Constructor
__construct
in file Query2XML.php, method XML_Query2XML_DBException::__construct()
    Constructor
__construct
in file Query2XML.php, method XML_Query2XML_DriverException::__construct()
    Constructor
__construct
in file Query2XML.php, method XML_Query2XML_XMLException::__construct()
    Constructor
__construct
in file Query2XML.php, method XML_Query2XML_Exception::__construct()
    Constructor method
__construct
in file LDAP2.php, method XML_Query2XML_LDAP2Exception::__construct()
    Constructor
__construct
in file LDAP2.php, method XML_Query2XML_Driver_LDAP2::__construct()
    Constructor
__construct
in file case06_debug.php, method UppercaseColumnCommand::__construct()
__construct
in file Array.php, method XML_Query2XML_ArrayException::__construct()
    Constructor
__construct
in file DB.php, method XML_Query2XML_Driver_DB::__construct()
    Constructor
__construct
in file ISO9075Mapper.php, method XML_Query2XML_ISO9075Mapper_Exception::__construct()
    Constructor method
__construct
in file LDAP.php, method XML_Query2XML_LDAPException::__construct()
    Constructor
__construct
in file LDAP.php, method XML_Query2XML_Driver_LDAP::__construct()
    Constructor
__construct
in file ADOdb.php, method XML_Query2XML_Driver_ADOdb::__construct()
    Constructor
top

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