Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
DALUpdateParser Class Reference
Inheritance diagram for DALUpdateParser:
DALQueryParser

Static Public Member Functions

static parse (DomElement $xmlQuery)
 
static validate (DomElement $query)
 
- Static Public Member Functions inherited from DALQueryParser
static parse (DomElement $query)
 
static parseCallQuery (DomElement $call)
 
static validateField (DomElement $field, $allowAlias=FALSE)
 
static validateValuesTag (DomElement $valuesTag)
 
static validateFunctionTag (DomElement $function)
 
static validateHook (DomElement $hook)
 

Additional Inherited Members

- Static Protected Member Functions inherited from DALQueryParser
static parseLimitClause (DomElement $select)
 
static parseInClause (DomElement $inCond, $level=0)
 
static parseExistsClause (DomElement $existsCond, $level=0)
 
static parseChildFields (DomElement $parent)
 
static parseSingleField (DomElement $fieldXML)
 
static parseMathOperation (DomElement $parent, $op='MATH-OP')
 
static parseSqlFunction (DomElement $function)
 
static validateFieldsTag (DomElement $fields)
 
static validateValueTag (DomElement $value)
 
static getUnionTag (DomElement $parentNode)
 
static addHookIds (DomElement $xmlQuery)
 

Detailed Description

DALUpdateParser.

Update query parser. Parses Update query.

Since
4.0.0

Definition at line 24 of file DALUpdateParser.inc.

Member Function Documentation

static parse ( DomElement  $xmlQuery)
static

Constructs the SQL's FROM clause from XML node.

Returns the array for the FROM clause. array( 'FROM' => array( 0 => string, ), )

Parameters
DomElement$xmlQuerySelect Node of the XML.
Since
4.0.0
Returns
array

Definition at line 57 of file DALUpdateParser.inc.

static validate ( DomElement  $query)
static

Validates UPDATE query.

Throws DALParserException. Note: This validation checks required XML elements and attributes. It does not check if tables, columns etc exists in the system.

Parameters
DomElement$queryThe query element.
Since
4.0.0
Returns
string
Exceptions
DALParserExceptionIf the UPDATE tag doesn't exist, contains no no fields, or has no values.

Definition at line 120 of file DALUpdateParser.inc.


The documentation for this class was generated from the following file: