Function Database_Static_postgresql->string_equal_to
Definitions
sources/database/postgresql.php
- Encode an SQL statement fragment for a conditional to see if two strings are equal.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$attribute | ID_TEXT | required parameter | N/A | N/A | The attribute |
$compare | string | required parameter | N/A | N/A | The comparison |
Return
- The SQL
- Type: string
- Set: N/A
- Range: N/A