Function Database_Static_xml->has_expression_ordering_by_alias
Definitions
sources/database/xml.php
- Find whether expression ordering can happen using ALIASes from the SELECT clause.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether expression ordering can happen using ALIASes from the SELECT clause.
*
* @return boolean Whether it is
*/
public function has_expression_ordering_by_alias() : bool
* Find whether expression ordering can happen using ALIASes from the SELECT clause.
*
* @return boolean Whether it is
*/
public function has_expression_ordering_by_alias() : bool