Function Database_super_sqlserver->encode_binary_compare
Definitions
sources/database/shared/sqlserver.php
- Encode a WHERE query part for performing a comparison on a BINARY type field.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$column | ID_TEXT | required parameter | N/A | N/A | The column name being compared |
$operator | ID_TEXT | required parameter | N/A | N/A | The operation to be performed |
$value | string | required parameter | N/A | N/A | The value to compare, in binary string format |
Return
- The encoded WHERE part
- Type: string
- Set: N/A
- Range: N/A