Function Database_super_sqlserver->rewrite_to_unicode_syntax
Definitions
sources/database/shared/sqlserver.php
- Adjust an SQL query to use T-SQL's unique Unicode syntax.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
&$query | string | Yes | No | required parameter | N/A | N/A | The complete SQL query |
Preview
Code (PHP)
/**
* Adjust an SQL query to use T-SQL's unique Unicode syntax.
*
* @param string $query The complete SQL query
*/
protected function rewrite_to_unicode_syntax(string &$query)
* Adjust an SQL query to use T-SQL's unique Unicode syntax.
*
* @param string $query The complete SQL query
*/
protected function rewrite_to_unicode_syntax(string &$query)