DALInsertParser.
INSERT query parser.
- Since
- 4.0.0
Definition at line 24 of file DALDeleteParser.inc.
static parse |
( |
DomElement |
$xmlQuery | ) |
|
|
static |
Construct the DELETE query from XML element.
array( 'DELETE' => array( 'from' => string, 'WHERE' => array(), ), )
- Parameters
-
DomElement | $xmlQuery | The query element. |
- Since
- 4.0.0
- Returns
- array
Definition at line 57 of file DALDeleteParser.inc.
static validate |
( |
DomElement |
$query | ) |
|
|
static |
Validates DELETE 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 | $query | The query element. |
- Since
- 4.0.0
- Returns
- string
- Exceptions
-
Definition at line 114 of file DALDeleteParser.inc.
The documentation for this class was generated from the following file: